#54999C

Color #54999C Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #54999C

Tints of Cadet Blue #54999C

Color information

#54999C (or 0x54999C) is unknown color: approx Cadet Blue. HEX triplet: 54, 99 and 9C. RGB value is (84,153,156). Sum of RGB (Red+Green+Blue) = 84+153+156=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 156 - color contains mainly: blue. Hex color #54999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54999C is #AB6663. Grayscale: #848484. Windows color (decimal): -11232868 or 10262868. OLE color: 10262868.

HSL color Cylindrical-coordinate representation of color #54999C: hue angle of 182.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54999C is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB84153156-
CMYK0.460.0200.39
HSL182.5º30%47.06%-
HSV(B)182.5º46.15%61.18%-
XYZ21.0527.0735.57-
YUV132.71141.1493.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.37%
GREEN value IS 153 (60.16% from 255) = 38.93%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=21.37%
G=38.93%
B=39.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841531560.460.0200.39182.53047.06
Hex54999C2E2027b61e2f
Octal1242312345620472663657
Binary101010010011001100111001011101001001111011011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54999C; }

 p { color: rgb(84,153,156); }

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

<style>
 a { background-color: #54999C; }

 a { background-color: rgb(84,153,156); }

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

<style>
 span { border-color: #54999C; }

 span { border-color: rgb(84,153,156); }

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