#54AACB

Color #54AACB Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #54AACB

Tints of Viking #54AACB

Color information

#54AACB (or 0x54AACB) is unknown color: approx Viking. HEX triplet: 54, AA and CB. RGB value is (84,170,203). Sum of RGB (Red+Green+Blue) = 84+170+203=457 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.38% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #54AACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AACB is #AB5534. Grayscale: #939393. Windows color (decimal): -11228469 or 13347412. OLE color: 13347412.

HSL color Cylindrical-coordinate representation of color #54AACB: hue angle of 196.64º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54AACB is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB84170203-
CMYK0.590.1600.20
HSL196.64º53.36%56.27%-
HSV(B)196.64º58.62%79.61%-
XYZ28.8134.9561.73-
YUV148.05159.0182.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 18.38%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 203 (79.69% from 255) = 44.42%
R=18.38%
G=37.20%
B=44.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal841702030.590.1600.20196.6453.3656.27
Hex54AACB3B10014c53538
Octal12425231373200243056570
Binary101010010101010110010111110111000001010011000101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54AACB; }

 p { color: rgb(84,170,203); }

 H1.HeaderClassName
 {
   color: #54AACB;
 }
 .AnyTagClassName
 {
   color: #54AACB;
 }
</style>
background-color css

<style>
 a { background-color: #54AACB; }

 a { background-color: rgb(84,170,203); }

 div.DivClassName
 {
   background-color: #54AACB;
 }
 .BgClassName
 {
   background-color: #54AACB;
 }
</style>
border-color css

<style>
 span { border-color: #54AACB; }

 span { border-color: rgb(84,170,203); }

 td.TdClassName
 {
   border-color: #54AACB;
 }
 .TagClassName
 {
   border-color: #54AACB;
 }
</style>