#5B9FAB

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

Shades of Cadet Blue #5B9FAB

Tints of Cadet Blue #5B9FAB

Color information

#5B9FAB (or 0x5B9FAB) is unknown color: approx Cadet Blue. HEX triplet: 5B, 9F and AB. RGB value is (91,159,171). Sum of RGB (Red+Green+Blue) = 91+159+171=421 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.62% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B9FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9FAB is #A46054. Grayscale: #8B8B8B. Windows color (decimal): -10772565 or 11247451. OLE color: 11247451.

HSL color Cylindrical-coordinate representation of color #5B9FAB: hue angle of 189º 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 #5B9FAB is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB91159171-
CMYK0.470.0700.33
HSL189º32.26%51.37%-
HSV(B)189º46.78%67.06%-
XYZ24.0629.9643.04-
YUV140.04145.4793.02-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.62%
GREEN value IS 159 (62.5% from 255) = 37.77%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=21.62%
G=37.77%
B=40.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911591710.470.0700.3318932.2651.37
Hex5B9FAB2F7021bd2033
Octal1332372535770412754063
Binary10110111001111110101011101111111010000110111101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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