#5B9CA9

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

Shades of Cadet Blue #5B9CA9

Tints of Cadet Blue #5B9CA9

Color information

#5B9CA9 (or 0x5B9CA9) is unknown color: approx Cadet Blue. HEX triplet: 5B, 9C and A9. RGB value is (91,156,169). Sum of RGB (Red+Green+Blue) = 91+156+169=416 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.88% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 169 - color contains mainly: blue. Hex color #5B9CA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9CA9 is #A46356. Grayscale: #898989. Windows color (decimal): -10773335 or 11115611. OLE color: 11115611.

HSL color Cylindrical-coordinate representation of color #5B9CA9: hue angle of 190º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B9CA9 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB91156169-
CMYK0.460.0800.34
HSL190º31.2%50.98%-
HSV(B)190º46.15%66.27%-
XYZ23.3628.8741.88-
YUV138.05145.4794.44-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.88%
GREEN value IS 156 (61.33% from 255) = 37.5%
BLUE value IS 169 (66.41% from 255) = 40.62%
R=21.88%
G=37.5%
B=40.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal911561690.460.0800.3419031.250.98
Hex5B9CA92E8022be1f33
Octal13323425156100422763763
Binary10110111001110010101001101110100001000101011111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,156,169); }

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

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

 a { background-color: rgb(91,156,169); }

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

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

 span { border-color: rgb(91,156,169); }

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