#5b9daa

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

Shades of Cadet Blue #5B9DAA

Tints of Cadet Blue #5B9DAA

Color information

#5B9DAA (or 0x5B9DAA) is unknown color: approx Cadet Blue. HEX triplet: 5B, 9D and AA. RGB value is (91,157,170). Sum of RGB (Red+Green+Blue) = 91+157+170=418 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.77% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #5B9DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9DAA is #A46255. Grayscale: #8A8A8A. Windows color (decimal): -10773078 or 11181403. OLE color: 11181403.

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

Color convert

RGB91157170-
CMYK0.460.0800.33
HSL189.87º31.73%51.18%-
HSV(B)189.87º46.47%66.67%-
XYZ23.6329.2442.43-
YUV138.75145.6393.94-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.77%
GREEN value IS 157 (61.72% from 255) = 37.56%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=21.77%
G=37.56%
B=40.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911571700.460.0800.33189.8731.7351.18
Hex5B9DAA2E8021be2033
Octal13323525256100412764063
Binary101101110011101101010101011101000010000110111110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b9daa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,157,170); }

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

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

 a { background-color: rgb(91,157,170); }

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

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

 span { border-color: rgb(91,157,170); }

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