#5B9EAB

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

Shades of Cadet Blue #5B9EAB

Tints of Cadet Blue #5B9EAB

Color information

#5B9EAB (or 0x5B9EAB) is unknown color: approx Cadet Blue. HEX triplet: 5B, 9E and AB. RGB value is (91,158,171). Sum of RGB (Red+Green+Blue) = 91+158+171=420 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.67% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B9EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9EAB is #A46154. Grayscale: #8B8B8B. Windows color (decimal): -10772821 or 11247195. OLE color: 11247195.

HSL color Cylindrical-coordinate representation of color #5B9EAB: hue angle of 189.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B9EAB is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB91158171-
CMYK0.470.0800.33
HSL189.75º32.26%51.37%-
HSV(B)189.75º46.78%67.06%-
XYZ23.8929.6242.99-
YUV139.45145.893.44-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.67%
GREEN value IS 158 (62.11% from 255) = 37.62%
BLUE value IS 171 (67.19% from 255) = 40.71%
R=21.67%
G=37.62%
B=40.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911581710.470.0800.33189.7532.2651.37
Hex5B9EAB2F8021be2033
Octal13323625357100412764063
Binary101101110011110101010111011111000010000110111110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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