#5B9E93

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

Shades of Cadet Blue #5B9E93

Tints of Cadet Blue #5B9E93

Color information

#5B9E93 (or 0x5B9E93) is unknown color: approx Cadet Blue. HEX triplet: 5B, 9E and 93. RGB value is (91,158,147). Sum of RGB (Red+Green+Blue) = 91+158+147=396 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.98% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 158 - color contains mainly: green. Hex color #5B9E93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9E93 is #A4616C. Grayscale: #888888. Windows color (decimal): -10772845 or 9674331. OLE color: 9674331.

HSL color Cylindrical-coordinate representation of color #5B9E93: hue angle of 170.15º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B9E93 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB91158147-
CMYK0.4200.070.38
HSL170.15º26.91%48.82%-
HSV(B)170.15º42.41%61.96%-
XYZ21.8128.7832.01-
YUV136.71133.895.39-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.98%
GREEN value IS 158 (62.11% from 255) = 39.90%
BLUE value IS 147 (57.81% from 255) = 37.12%
R=22.98%
G=39.90%
B=37.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal911581470.4200.070.38170.1526.9148.82
Hex5B9E932A0726aa1b31
Octal1332362235207462523361
Binary1011011100111101001001110101001111001101010101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B9E93; }

 p { color: rgb(91,158,147); }

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

<style>
 a { background-color: #5B9E93; }

 a { background-color: rgb(91,158,147); }

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

<style>
 span { border-color: #5B9E93; }

 span { border-color: rgb(91,158,147); }

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