Html Css Color HEX #539FAE Cadet Blue

📋 copy color: '#539FAE'

red 83 ◦ green 159 ◦ blue 174

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

Shades of Cadet Blue #539FAE

Tints of Cadet Blue #539FAE

RGB

 RED value IS 83 (32.81% from 255) = 19.95%

 GREEN value IS 159 (62.5% from 255) = 38.22%

 BLUE value IS 174 (68.36% from 255) = 41.83%

R = 19.95%
G = 38.22%
B = 41.83%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#539FAE (or 0x539FAE) is known color: Cadet Blue. HEX triplet: 53, 9F and AE. RGB value is (83,159,174). Sum of RGB (Red+Green+Blue) = 83+159+174=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #539FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539FAE is #AC6051. Grayscale: #898989. Windows color (decimal): -11296850 or 11444051. OLE color: 11444051.

HSL color Cylindrical-coordinate representation of color #539FAE: hue angle of 189.89º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #539FAE is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 159 174 -
CMYK 0.52 0.09 0 0.32
HSL 189.89º 0.36% 0.5% -
HSV(B) 189.89º 0.52% 0.68% -
XYZ 23.61 29.69 44.53 -
YUV 137.99 148.32 88.78 -
System Red Green Blue C M Y K H S L
Decimal 83 159 174 0.52 0.09 0 0.32 189.89 0.36 0.5
Hex 53 9F AE 34 9 0 20 BE 24 32
Octal 123 237 256 64 11 0 40 276 44 62
Binary 1010011 10011111 10101110 110100 1001 0 100000 10111110 100100 110010

Color Harmonies of #539FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539FAE

Black with #539FAE

Text Example


Text Example

White with #539FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539FAE; }

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

 H1.HeaderClassName
 {
   color: #539FAE;
 }
 .AnyTagClassName
 {
   color: #539FAE;
 }
</style>

background-color css

<style>
 a { background-color: #539FAE; }

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

 div.DivClassName
 {
   background-color: #539FAE;
 }
 .BgClassName
 {
   background-color: #539FAE;
 }
</style>

border-color css

<style>
 span { border-color: #539FAE; }

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

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