#5B9E92

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

Shades of Cadet Blue #5B9E92

Tints of Cadet Blue #5B9E92

Color information

#5B9E92 (or 0x5B9E92) is unknown color: approx Cadet Blue. HEX triplet: 5B, 9E and 92. RGB value is (91,158,146). Sum of RGB (Red+Green+Blue) = 91+158+146=395 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.04% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 158 - color contains mainly: green. Hex color #5B9E92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9E92 is #A4616D. Grayscale: #888888. Windows color (decimal): -10772846 or 9608795. OLE color: 9608795.

HSL color Cylindrical-coordinate representation of color #5B9E92: hue angle of 169.25º 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 #5B9E92 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB91158146-
CMYK0.4200.080.38
HSL169.25º26.91%48.82%-
HSV(B)169.25º42.41%61.96%-
XYZ21.7328.7531.6-
YUV136.6133.395.48-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.04%
GREEN value IS 158 (62.11% from 255) = 40%
BLUE value IS 146 (57.42% from 255) = 36.96%
R=23.04%
G=40%
B=36.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal911581460.4200.080.38169.2526.9148.82
Hex5B9E922A0826a91b31
Octal13323622252010462513361
Binary10110111001111010010010101010010001001101010100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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