#539D95

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

Shades of Cadet Blue #539D95

Tints of Cadet Blue #539D95

Color information

#539D95 (or 0x539D95) is unknown color: approx Cadet Blue. HEX triplet: 53, 9D and 95. RGB value is (83,157,149). Sum of RGB (Red+Green+Blue) = 83+157+149=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 157 - color contains mainly: green. Hex color #539D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539D95 is #AC626A. Grayscale: #858585. Windows color (decimal): -11297387 or 9805139. OLE color: 9805139.

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

Color convert

RGB83157149-
CMYK0.4700.050.38
HSL173.51º30.83%47.06%-
HSV(B)173.51º47.13%61.57%-
XYZ21.0528.1232.75-
YUV133.96136.4891.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.34%
GREEN value IS 157 (61.72% from 255) = 40.36%
BLUE value IS 149 (58.59% from 255) = 38.30%
R=21.34%
G=40.36%
B=38.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831571490.4700.050.38173.5130.8347.06
Hex539D952F0526ae1f2f
Octal1232352255705462563757
Binary1010011100111011001010110111101011001101010111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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