#5baca6

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

Shades of Cadet Blue #5BACA6

Tints of Cadet Blue #5BACA6

Color information

#5BACA6 (or 0x5BACA6) is unknown color: approx Cadet Blue. HEX triplet: 5B, AC and A6. RGB value is (91,172,166). Sum of RGB (Red+Green+Blue) = 91+172+166=429 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.21% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #5BACA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BACA6 is #A45359. Grayscale: #939393. Windows color (decimal): -10769242 or 10923099. OLE color: 10923099.

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

Color convert

RGB91172166-
CMYK0.4700.030.33
HSL175.56º32.79%51.57%-
HSV(B)175.56º47.09%67.45%-
XYZ25.9534.4841.36-
YUV147.1138.6687.99-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.21%
GREEN value IS 172 (67.58% from 255) = 40.09%
BLUE value IS 166 (65.23% from 255) = 38.69%
R=21.21%
G=40.09%
B=38.69%

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
Decimal911721660.4700.030.33175.5632.7951.57
Hex5BACA62F0321b02134
Octal1332542465703412604164
Binary1011011101011001010011010111101110000110110000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5baca6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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