#539E94

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

Shades of Cadet Blue #539E94

Tints of Cadet Blue #539E94

Color information

#539E94 (or 0x539E94) is unknown color: approx Cadet Blue. HEX triplet: 53, 9E and 94. RGB value is (83,158,148). Sum of RGB (Red+Green+Blue) = 83+158+148=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 158 - color contains mainly: green. Hex color #539E94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539E94 is #AC616B. Grayscale: #868686. Windows color (decimal): -11297132 or 9739859. OLE color: 9739859.

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

Color convert

RGB83158148-
CMYK0.4700.060.38
HSL172º31.12%47.25%-
HSV(B)172º47.47%61.96%-
XYZ21.1428.4332.39-
YUV134.44135.6591.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.34%
GREEN value IS 158 (62.11% from 255) = 40.62%
BLUE value IS 148 (58.20% from 255) = 38.05%
R=21.34%
G=40.62%
B=38.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831581480.4700.060.3817231.1247.25
Hex539E942F0626ac1f2f
Octal1232362245706462543757
Binary1010011100111101001010010111101101001101010110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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