#589D94

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

Shades of Cadet Blue #589D94

Tints of Cadet Blue #589D94

Color information

#589D94 (or 0x589D94) is unknown color: approx Cadet Blue. HEX triplet: 58, 9D and 94. RGB value is (88,157,148). Sum of RGB (Red+Green+Blue) = 88+157+148=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 157 - color contains mainly: green. Hex color #589D94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589D94 is #A7626B. Grayscale: #878787. Windows color (decimal): -10969708 or 9739608. OLE color: 9739608.

HSL color Cylindrical-coordinate representation of color #589D94: hue angle of 172.17º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #589D94 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB88157148-
CMYK0.4400.060.38
HSL172.17º28.16%48.04%-
HSV(B)172.17º43.95%61.57%-
XYZ21.4328.3332.36-
YUV135.34135.1494.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.39%
GREEN value IS 157 (61.72% from 255) = 39.95%
BLUE value IS 148 (58.20% from 255) = 37.66%
R=22.39%
G=39.95%
B=37.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881571480.4400.060.38172.1728.1648.04
Hex589D942C0626ac1c30
Octal1302352245406462543460
Binary1011000100111011001010010110001101001101010110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589D94; }

 p { color: rgb(88,157,148); }

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

<style>
 a { background-color: #589D94; }

 a { background-color: rgb(88,157,148); }

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

<style>
 span { border-color: #589D94; }

 span { border-color: rgb(88,157,148); }

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