Html Css Color HEX #5BA39B Cadet Blue

📋 copy color: '#5BA39B'

red 91 ◦ green 163 ◦ blue 155

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

Shades of Cadet Blue #5BA39B

Tints of Cadet Blue #5BA39B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.9%

R = 22.25%
G = 39.85%
B = 37.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#5BA39B (or 0x5BA39B) is known color: Cadet Blue. HEX triplet: 5B, A3 and 9B. RGB value is (91,163,155). Sum of RGB (Red+Green+Blue) = 91+163+155=409 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.25% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA39B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA39B is #A45C64. Grayscale: #8C8C8C. Windows color (decimal): -10771557 or 10199899. OLE color: 10199899.

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

Color convert

RGB 91 163 155 -
CMYK 0.44 0 0.05 0.36
HSL 173.33º 0.28% 0.5% -
HSV(B) 173.33º 0.44% 0.64% -
XYZ 23.33 30.79 35.72 -
YUV 140.56 136.15 92.65 -
System Red Green Blue C M Y K H S L
Decimal 91 163 155 0.44 0 0.05 0.36 173.33 0.28 0.5
Hex 5B A3 9B 2C 0 5 24 AD 1C 32
Octal 133 243 233 54 0 5 44 255 34 62
Binary 1011011 10100011 10011011 101100 0 101 100100 10101101 11100 110010

Color Harmonies of #5BA39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA39B

Black with #5BA39B

Text Example


Text Example

White with #5BA39B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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