#54999E

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

Shades of Cadet Blue #54999E

Tints of Cadet Blue #54999E

Color information

#54999E (or 0x54999E) is unknown color: approx Cadet Blue. HEX triplet: 54, 99 and 9E. RGB value is (84,153,158). Sum of RGB (Red+Green+Blue) = 84+153+158=395 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.27% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 158 - color contains mainly: blue. Hex color #54999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54999E is #AB6661. Grayscale: #848484. Windows color (decimal): -11232866 or 10393940. OLE color: 10393940.

HSL color Cylindrical-coordinate representation of color #54999E: hue angle of 184.05º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54999E is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB84153158-
CMYK0.470.0300.38
HSL184.05º30.58%47.45%-
HSV(B)184.05º46.84%61.96%-
XYZ21.2227.1436.47-
YUV132.94142.1493.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.27%
GREEN value IS 153 (60.16% from 255) = 38.73%
BLUE value IS 158 (62.11% from 255) = 40%
R=21.27%
G=38.73%
B=40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841531580.470.0300.38184.0530.5847.45
Hex54999E2F3026b81f2f
Octal1242312365730462703757
Binary101010010011001100111101011111101001101011100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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