#5BABA6

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

Shades of Cadet Blue #5BABA6

Tints of Cadet Blue #5BABA6

Color information

#5BABA6 (or 0x5BABA6) is unknown color: approx Cadet Blue. HEX triplet: 5B, AB and A6. RGB value is (91,171,166). Sum of RGB (Red+Green+Blue) = 91+171+166=428 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.26% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 171 - color contains mainly: green. Hex color #5BABA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BABA6 is #A45459. Grayscale: #929292. Windows color (decimal): -10769498 or 10922843. OLE color: 10922843.

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

Color convert

RGB91171166-
CMYK0.4700.030.33
HSL176.25º32.26%51.37%-
HSV(B)176.25º46.78%67.06%-
XYZ25.7634.141.3-
YUV146.5113988.41-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.26%
GREEN value IS 171 (67.19% from 255) = 39.95%
BLUE value IS 166 (65.23% from 255) = 38.79%
R=21.26%
G=39.95%
B=38.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911711660.4700.030.33176.2532.2651.37
Hex5BABA62F0321b02033
Octal1332532465703412604063
Binary1011011101010111010011010111101110000110110000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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