#5BA0A7

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

Shades of Cadet Blue #5BA0A7

Tints of Cadet Blue #5BA0A7

Color information

#5BA0A7 (or 0x5BA0A7) is unknown color: approx Cadet Blue. HEX triplet: 5B, A0 and A7. RGB value is (91,160,167). Sum of RGB (Red+Green+Blue) = 91+160+167=418 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.77% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 167 (65.62% from 255 or 39.95% from 418); Max value from RGB is 167 - color contains mainly: blue. Hex color #5BA0A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA0A7 is #A45F58. Grayscale: #8C8C8C. Windows color (decimal): -10772313 or 10985563. OLE color: 10985563.

HSL color Cylindrical-coordinate representation of color #5BA0A7: hue angle of 185.53º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA0A7 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB91160167-
CMYK0.460.0400.35
HSL185.53º30.16%50.59%-
HSV(B)185.53º45.51%65.49%-
XYZ23.8630.1641.12-
YUV140.17143.1492.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.77%
GREEN value IS 160 (62.89% from 255) = 38.28%
BLUE value IS 167 (65.62% from 255) = 39.95%
R=21.77%
G=38.28%
B=39.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal911601670.460.0400.35185.5330.1650.59
Hex5BA0A72E4023ba1e33
Octal1332402475640432723663
Binary1011011101000001010011110111010001000111011101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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