Html Css Color HEX #5B9871 Oxley

📋 copy color: '#5B9871'

red 91 ◦ green 152 ◦ blue 113

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

Shades of Oxley #5B9871

Tints of Oxley #5B9871

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.7%

 BLUE value IS 113 (44.53% from 255) = 31.74%

R = 25.56%
G = 42.7%
B = 31.74%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#5B9871 (or 0x5B9871) is known color: Oxley. HEX triplet: 5B, 98 and 71. RGB value is (91,152,113). Sum of RGB (Red+Green+Blue) = 91+152+113=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #5B9871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9871 is #A4678E. Grayscale: #818181. Windows color (decimal): -10774415 or 7444571. OLE color: 7444571.

HSL color Cylindrical-coordinate representation of color #5B9871: hue angle of 141.64º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B9871 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 91 152 113 -
CMYK 0.40 0 0.26 0.40
HSL 141.64º 0.25% 0.48% -
HSV(B) 141.64º 0.4% 0.6% -
XYZ 18.52 25.87 19.64 -
YUV 129.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 91 152 113 0.40 0 0.26 0.40 141.64 0.25 0.48
Hex 5B 98 71 28 0 1A 28 8E 19 30
Octal 133 230 161 50 0 32 50 216 31 60
Binary 1011011 10011000 1110001 101000 0 11010 101000 10001110 11001 110000

Color Harmonies of #5B9871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9871

Black with #5B9871

Text Example


Text Example

White with #5B9871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,152,113); }

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

background-color css

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

 a { background-color: rgb(91,152,113); }

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

border-color css

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

 span { border-color: rgb(91,152,113); }

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