#54AAC9

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

Shades of Viking #54AAC9

Tints of Viking #54AAC9

Color information

#54AAC9 (or 0x54AAC9) is unknown color: approx Viking. HEX triplet: 54, AA and C9. RGB value is (84,170,201). Sum of RGB (Red+Green+Blue) = 84+170+201=455 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.46% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #54AAC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AAC9 is #AB5536. Grayscale: #939393. Windows color (decimal): -11228471 or 13216340. OLE color: 13216340.

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

Color convert

RGB84170201-
CMYK0.580.1500.21
HSL195.9º52%55.88%-
HSV(B)195.9º58.21%78.82%-
XYZ28.5734.8560.48-
YUV147.82158.0182.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.46%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 201 (78.91% from 255) = 44.18%
R=18.46%
G=37.36%
B=44.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal841702010.580.1500.21195.95255.88
Hex54AAC93AF015c43438
Octal12425231172170253046470
Binary10101001010101011001001111010111101010111000100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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