Html Css Color HEX #5BA1AA Cadet Blue

📋 copy color: '#5BA1AA'

red 91 ◦ green 161 ◦ blue 170

#5BA1AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #5BA1AA

Tints of Cadet Blue #5BA1AA

RGB

 RED value IS 91 (35.94% from 255) = 21.56%

 GREEN value IS 161 (63.28% from 255) = 38.15%

 BLUE value IS 170 (66.8% from 255) = 40.28%

R = 21.56%
G = 38.15%
B = 40.28%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5BA1AA (or 0x5BA1AA) is known color: Cadet Blue. HEX triplet: 5B, A1 and AA. RGB value is (91,161,170). Sum of RGB (Red+Green+Blue) = 91+161+170=422 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.56% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #5BA1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA1AA is #A45E55. Grayscale: #8C8C8C. Windows color (decimal): -10772054 or 11182427. OLE color: 11182427.

HSL color Cylindrical-coordinate representation of color #5BA1AA: hue angle of 186.84º 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 #5BA1AA is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 161 170 -
CMYK 0.46 0.05 0 0.33
HSL 186.84º 0.32% 0.51% -
HSV(B) 186.84º 0.46% 0.67% -
XYZ 24.31 30.62 42.66 -
YUV 141.1 144.31 92.27 -
System Red Green Blue C M Y K H S L
Decimal 91 161 170 0.46 0.05 0 0.33 186.84 0.32 0.51
Hex 5B A1 AA 2E 5 0 21 BB 20 33
Octal 133 241 252 56 5 0 41 273 40 63
Binary 1011011 10100001 10101010 101110 101 0 100001 10111011 100000 110011

Color Harmonies of #5BA1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA1AA

Black with #5BA1AA

Text Example


Text Example

White with #5BA1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5BA1AA;
 }
 .AnyTagClassName
 {
   color: #5BA1AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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