#5BA0AB

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

Shades of Cadet Blue #5BA0AB

Tints of Cadet Blue #5BA0AB

Color information

#5BA0AB (or 0x5BA0AB) is unknown color: approx Cadet Blue. HEX triplet: 5B, A0 and AB. RGB value is (91,160,171). Sum of RGB (Red+Green+Blue) = 91+160+171=422 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.56% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #5BA0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA0AB is #A45F54. Grayscale: #8C8C8C. Windows color (decimal): -10772309 or 11247707. OLE color: 11247707.

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

Color convert

RGB91160171-
CMYK0.470.0600.33
HSL188.25º32.26%51.37%-
HSV(B)188.25º46.78%67.06%-
XYZ24.2430.3143.1-
YUV140.62145.1492.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.56%
GREEN value IS 160 (62.89% from 255) = 37.91%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=21.56%
G=37.91%
B=40.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911601710.470.0600.33188.2532.2651.37
Hex5BA0AB2F6021bc2033
Octal1332402535760412744063
Binary10110111010000010101011101111110010000110111100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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