Html Css Color HEX #5BA296 Cadet Blue

📋 copy color: '#5BA296'

red 91 ◦ green 162 ◦ blue 150

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

Shades of Cadet Blue #5BA296

Tints of Cadet Blue #5BA296

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.2%

 BLUE value IS 150 (58.98% from 255) = 37.22%

R = 22.58%
G = 40.2%
B = 37.22%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#5BA296 (or 0x5BA296) is known color: Cadet Blue. HEX triplet: 5B, A2 and 96. RGB value is (91,162,150). Sum of RGB (Red+Green+Blue) = 91+162+150=403 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.58% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA296 is #A45D69. Grayscale: #8B8B8B. Windows color (decimal): -10771818 or 9871963. OLE color: 9871963.

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

Color convert

RGB 91 162 150 -
CMYK 0.44 0 0.07 0.36
HSL 169.86º 0.28% 0.5% -
HSV(B) 169.86º 0.44% 0.64% -
XYZ 22.74 30.27 33.5 -
YUV 139.4 133.98 93.48 -
System Red Green Blue C M Y K H S L
Decimal 91 162 150 0.44 0 0.07 0.36 169.86 0.28 0.5
Hex 5B A2 96 2C 0 7 24 AA 1C 32
Octal 133 242 226 54 0 7 44 252 34 62
Binary 1011011 10100010 10010110 101100 0 111 100100 10101010 11100 110010

Color Harmonies of #5BA296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA296

Black with #5BA296

Text Example


Text Example

White with #5BA296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,162,150); }

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

background-color css

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

 a { background-color: rgb(91,162,150); }

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

border-color css

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

 span { border-color: rgb(91,162,150); }

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