#53989F

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

Shades of Cadet Blue #53989F

Tints of Cadet Blue #53989F

Color information

#53989F (or 0x53989F) is unknown color: approx Cadet Blue. HEX triplet: 53, 98 and 9F. RGB value is (83,152,159). Sum of RGB (Red+Green+Blue) = 83+152+159=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #53989F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53989F is #AC6760. Grayscale: #848484. Windows color (decimal): -11298657 or 10459219. OLE color: 10459219.

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

Color convert

RGB83152159-
CMYK0.480.0400.38
HSL185.53º31.4%47.45%-
HSV(B)185.53º47.8%62.35%-
XYZ21.0526.836.86-
YUV132.17143.1492.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.07%
GREEN value IS 152 (59.77% from 255) = 38.58%
BLUE value IS 159 (62.5% from 255) = 40.36%
R=21.07%
G=38.58%
B=40.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831521590.480.0400.38185.5331.447.45
Hex53989F304026ba1f2f
Octal1232302376040462723757
Binary1010011100110001001111111000010001001101011101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53989F; }

 p { color: rgb(83,152,159); }

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

<style>
 a { background-color: #53989F; }

 a { background-color: rgb(83,152,159); }

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

<style>
 span { border-color: #53989F; }

 span { border-color: rgb(83,152,159); }

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