Html Css Color HEX #5B815E Hippie Green

📋 copy color: '#5B815E'

red 91 ◦ green 129 ◦ blue 94

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

Shades of Hippie Green #5B815E

Tints of Hippie Green #5B815E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.08%

 BLUE value IS 94 (37.11% from 255) = 29.94%

R = 28.98%
G = 41.08%
B = 29.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#5B815E (or 0x5B815E) is known color: Hippie Green. HEX triplet: 5B, 81 and 5E. RGB value is (91,129,94). Sum of RGB (Red+Green+Blue) = 91+129+94=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #5B815E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B815E is #A47EA1. Grayscale: #717171. Windows color (decimal): -10780322 or 6193499. OLE color: 6193499.

HSL color Cylindrical-coordinate representation of color #5B815E: hue angle of 124.74º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5B815E is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 91 129 94 -
CMYK 0.29 0 0.27 0.49
HSL 124.74º 0.17% 0.43% -
HSV(B) 124.74º 0.29% 0.51% -
XYZ 14.19 18.73 13.46 -
YUV 113.65 116.91 111.85 -
System Red Green Blue C M Y K H S L
Decimal 91 129 94 0.29 0 0.27 0.49 124.74 0.17 0.43
Hex 5B 81 5E 1D 0 1B 31 7D 11 2B
Octal 133 201 136 35 0 33 61 175 21 53
Binary 1011011 10000001 1011110 11101 0 11011 110001 1111101 10001 101011

Color Harmonies of #5B815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B815E

Black with #5B815E

Text Example


Text Example

White with #5B815E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,129,94); }

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

background-color css

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

 a { background-color: rgb(91,129,94); }

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

border-color css

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

 span { border-color: rgb(91,129,94); }

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