#5B9F92

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

Shades of Cadet Blue #5B9F92

Tints of Cadet Blue #5B9F92

Color information

#5B9F92 (or 0x5B9F92) is unknown color: approx Cadet Blue. HEX triplet: 5B, 9F and 92. RGB value is (91,159,146). Sum of RGB (Red+Green+Blue) = 91+159+146=396 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.98% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 159 - color contains mainly: green. Hex color #5B9F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9F92 is #A4606D. Grayscale: #898989. Windows color (decimal): -10772590 or 9609051. OLE color: 9609051.

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

Color convert

RGB91159146-
CMYK0.4300.080.38
HSL168.53º27.2%49.02%-
HSV(B)168.53º42.77%62.35%-
XYZ21.929.131.66-
YUV137.19132.9795.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.98%
GREEN value IS 159 (62.5% from 255) = 40.15%
BLUE value IS 146 (57.42% from 255) = 36.87%
R=22.98%
G=40.15%
B=36.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal911591460.4300.080.38168.5327.249.02
Hex5B9F922B0826a91b31
Octal13323722253010462513361
Binary10110111001111110010010101011010001001101010100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,159,146); }

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

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

 a { background-color: rgb(91,159,146); }

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

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

 span { border-color: rgb(91,159,146); }

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