#54AAC8

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

Shades of Viking #54AAC8

Tints of Viking #54AAC8

Color information

#54AAC8 (or 0x54AAC8) is unknown color: approx Viking. HEX triplet: 54, AA and C8. RGB value is (84,170,200). Sum of RGB (Red+Green+Blue) = 84+170+200=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 200 - color contains mainly: blue. Hex color #54AAC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AAC8 is #AB5537. Grayscale: #939393. Windows color (decimal): -11228472 or 13150804. OLE color: 13150804.

HSL color Cylindrical-coordinate representation of color #54AAC8: hue angle of 195.52º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54AAC8 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB84170200-
CMYK0.580.1500.22
HSL195.52º51.33%55.69%-
HSV(B)195.52º58%78.43%-
XYZ28.4634.859.86-
YUV147.71157.5182.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.50%
GREEN value IS 170 (66.80% from 255) = 37.44%
BLUE value IS 200 (78.52% from 255) = 44.05%
R=18.50%
G=37.44%
B=44.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal841702000.580.1500.22195.5251.3355.69
Hex54AAC83AF016c43338
Octal12425231072170263046370
Binary10101001010101011001000111010111101011011000100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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