Html Css Color HEX #5BA497 Cadet Blue

📋 copy color: '#5BA497'

red 91 ◦ green 164 ◦ blue 151

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

Shades of Cadet Blue #5BA497

Tints of Cadet Blue #5BA497

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.39%

 BLUE value IS 151 (59.38% from 255) = 37.19%

R = 22.41%
G = 40.39%
B = 37.19%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#5BA497 (or 0x5BA497) is known color: Cadet Blue. HEX triplet: 5B, A4 and 97. RGB value is (91,164,151). Sum of RGB (Red+Green+Blue) = 91+164+151=406 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.41% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA497 is #A45B68. Grayscale: #8C8C8C. Windows color (decimal): -10771305 or 9938011. OLE color: 9938011.

HSL color Cylindrical-coordinate representation of color #5BA497: hue angle of 169.32º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA497 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 91 164 151 -
CMYK 0.45 0 0.08 0.36
HSL 169.32º 0.29% 0.5% -
HSV(B) 169.32º 0.45% 0.64% -
XYZ 23.18 31.01 34.04 -
YUV 140.69 133.82 92.56 -
System Red Green Blue C M Y K H S L
Decimal 91 164 151 0.45 0 0.08 0.36 169.32 0.29 0.5
Hex 5B A4 97 2D 0 8 24 A9 1D 32
Octal 133 244 227 55 0 10 44 251 35 62
Binary 1011011 10100100 10010111 101101 0 1000 100100 10101001 11101 110010

Color Harmonies of #5BA497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA497

Black with #5BA497

Text Example


Text Example

White with #5BA497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,164,151); }

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

background-color css

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

 a { background-color: rgb(91,164,151); }

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

border-color css

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

 span { border-color: rgb(91,164,151); }

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