#54999B

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

Shades of Cadet Blue #54999B

Tints of Cadet Blue #54999B

Color information

#54999B (or 0x54999B) is unknown color: approx Cadet Blue. HEX triplet: 54, 99 and 9B. RGB value is (84,153,155). Sum of RGB (Red+Green+Blue) = 84+153+155=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #54999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54999B is #AB6664. Grayscale: #848484. Windows color (decimal): -11232869 or 10197332. OLE color: 10197332.

HSL color Cylindrical-coordinate representation of color #54999B: hue angle of 181.69º 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 #54999B is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB84153155-
CMYK0.460.0100.39
HSL181.69º29.71%46.86%-
HSV(B)181.69º45.81%60.78%-
XYZ20.9627.0335.12-
YUV132.6140.6493.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.43%
GREEN value IS 153 (60.16% from 255) = 39.03%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=21.43%
G=39.03%
B=39.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841531550.460.0100.39181.6929.7146.86
Hex54999B2E1027b61e2f
Octal1242312335610472663657
Binary10101001001100110011011101110101001111011011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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