#539E98

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

Shades of Cadet Blue #539E98

Tints of Cadet Blue #539E98

Color information

#539E98 (or 0x539E98) is unknown color: approx Cadet Blue. HEX triplet: 53, 9E and 98. RGB value is (83,158,152). Sum of RGB (Red+Green+Blue) = 83+158+152=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 158 - color contains mainly: green. Hex color #539E98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539E98 is #AC6167. Grayscale: #868686. Windows color (decimal): -11297128 or 10002003. OLE color: 10002003.

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

Color convert

RGB83158152-
CMYK0.4700.040.38
HSL175.2º31.12%47.25%-
HSV(B)175.2º47.47%61.96%-
XYZ21.4628.5634.09-
YUV134.89137.6590.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.12%
GREEN value IS 158 (62.11% from 255) = 40.20%
BLUE value IS 152 (59.77% from 255) = 38.68%
R=21.12%
G=40.20%
B=38.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831581520.4700.040.38175.231.1247.25
Hex539E982F0426af1f2f
Octal1232362305704462573757
Binary1010011100111101001100010111101001001101010111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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