Html Css Color HEX #539D9C Cadet Blue

📋 copy color: '#539D9C'

red 83 ◦ green 157 ◦ blue 156

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

Shades of Cadet Blue #539D9C

Tints of Cadet Blue #539D9C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.65%

 BLUE value IS 156 (61.33% from 255) = 39.39%

R = 20.96%
G = 39.65%
B = 39.39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#539D9C (or 0x539D9C) is known color: Cadet Blue. HEX triplet: 53, 9D and 9C. RGB value is (83,157,156). Sum of RGB (Red+Green+Blue) = 83+157+156=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 157 - color contains mainly: green. Hex color #539D9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539D9C is #AC6263. Grayscale: #868686. Windows color (decimal): -11297380 or 10263891. OLE color: 10263891.

HSL color Cylindrical-coordinate representation of color #539D9C: hue angle of 179.19º 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 #539D9C is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 157 156 -
CMYK 0.47 0 0.01 0.38
HSL 179.19º 0.31% 0.47% -
HSV(B) 179.19º 0.47% 0.62% -
XYZ 21.63 28.35 35.79 -
YUV 134.76 139.98 91.08 -
System Red Green Blue C M Y K H S L
Decimal 83 157 156 0.47 0 0.01 0.38 179.19 0.31 0.47
Hex 53 9D 9C 2F 0 1 26 B3 1F 2F
Octal 123 235 234 57 0 1 46 263 37 57
Binary 1010011 10011101 10011100 101111 0 1 100110 10110011 11111 101111

Color Harmonies of #539D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539D9C

Black with #539D9C

Text Example


Text Example

White with #539D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,157,156); }

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

background-color css

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

 a { background-color: rgb(83,157,156); }

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

border-color css

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

 span { border-color: rgb(83,157,156); }

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