Html Css Color HEX #5BA3AA Cadet Blue

📋 copy color: '#5BA3AA'

red 91 ◦ green 163 ◦ blue 170

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

Shades of Cadet Blue #5BA3AA

Tints of Cadet Blue #5BA3AA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.44%

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

R = 21.46%
G = 38.44%
B = 40.09%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5BA3AA (or 0x5BA3AA) is known color: Cadet Blue. HEX triplet: 5B, A3 and AA. RGB value is (91,163,170). Sum of RGB (Red+Green+Blue) = 91+163+170=424 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.46% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #5BA3AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA3AA is #A45C55. Grayscale: #8E8E8E. Windows color (decimal): -10771542 or 11182939. OLE color: 11182939.

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

Color convert

RGB 91 163 170 -
CMYK 0.46 0.04 0 0.33
HSL 185.32º 0.32% 0.51% -
HSV(B) 185.32º 0.46% 0.67% -
XYZ 24.67 31.32 42.78 -
YUV 142.27 143.65 91.43 -
System Red Green Blue C M Y K H S L
Decimal 91 163 170 0.46 0.04 0 0.33 185.32 0.32 0.51
Hex 5B A3 AA 2E 4 0 21 B9 20 33
Octal 133 243 252 56 4 0 41 271 40 63
Binary 1011011 10100011 10101010 101110 100 0 100001 10111001 100000 110011

Color Harmonies of #5BA3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA3AA

Black with #5BA3AA

Text Example


Text Example

White with #5BA3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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