Html Css Color HEX #53989F Cadet Blue

📋 copy color: '#53989F'

red 83 ◦ green 152 ◦ blue 159

#53989F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #53989F

Tints of Cadet Blue #53989F

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 value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53989F (or 0x53989F) is known color: 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

RGB 83 152 159 -
CMYK 0.48 0.04 0 0.38
HSL 185.53º 0.31% 0.47% -
HSV(B) 185.53º 0.48% 0.62% -
XYZ 21.05 26.8 36.86 -
YUV 132.17 143.14 92.93 -
System Red Green Blue C M Y K H S L
Decimal 83 152 159 0.48 0.04 0 0.38 185.53 0.31 0.47
Hex 53 98 9F 30 4 0 26 BA 1F 2F
Octal 123 230 237 60 4 0 46 272 37 57
Binary 1010011 10011000 10011111 110000 100 0 100110 10111010 11111 101111

Color Harmonies of #53989F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53989F

Black with #53989F

Text Example


Text Example

White with #53989F

Text Example


Text Example

HTML Codes & Css Web 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>