Html Css Color HEX #539EA7 Cadet Blue

📋 copy color: '#539EA7'

red 83 ◦ green 158 ◦ blue 167

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

Shades of Cadet Blue #539EA7

Tints of Cadet Blue #539EA7

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.73%

 BLUE value IS 167 (65.63% from 255) = 40.93%

R = 20.34%
G = 38.73%
B = 40.93%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#539EA7 (or 0x539EA7) is known color: Cadet Blue. HEX triplet: 53, 9E and A7. RGB value is (83,158,167). Sum of RGB (Red+Green+Blue) = 83+158+167=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 167 (65.62% from 255 or 40.93% from 408); Max value from RGB is 167 - color contains mainly: blue. Hex color #539EA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539EA7 is #AC6158. Grayscale: #888888. Windows color (decimal): -11297113 or 10985043. OLE color: 10985043.

HSL color Cylindrical-coordinate representation of color #539EA7: hue angle of 186.43º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #539EA7 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 158 167 -
CMYK 0.50 0.05 0 0.35
HSL 186.43º 0.34% 0.49% -
HSV(B) 186.43º 0.5% 0.65% -
XYZ 22.77 29.08 40.97 -
YUV 136.6 145.15 89.77 -
System Red Green Blue C M Y K H S L
Decimal 83 158 167 0.50 0.05 0 0.35 186.43 0.34 0.49
Hex 53 9E A7 32 5 0 23 BA 22 31
Octal 123 236 247 62 5 0 43 272 42 61
Binary 1010011 10011110 10100111 110010 101 0 100011 10111010 100010 110001

Color Harmonies of #539EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539EA7

Black with #539EA7

Text Example


Text Example

White with #539EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,158,167); }

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

background-color css

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

 a { background-color: rgb(83,158,167); }

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

border-color css

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

 span { border-color: rgb(83,158,167); }

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