Html Css Color HEX #5B9873 Oxley

📋 copy color: '#5B9873'

red 91 ◦ green 152 ◦ blue 115

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

Shades of Oxley #5B9873

Tints of Oxley #5B9873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.12%

R = 25.42%
G = 42.46%
B = 32.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#5B9873 (or 0x5B9873) is known color: Oxley. HEX triplet: 5B, 98 and 73. RGB value is (91,152,115). Sum of RGB (Red+Green+Blue) = 91+152+115=358 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.42% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #5B9873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9873 is #A4678C. Grayscale: #818181. Windows color (decimal): -10774413 or 7575643. OLE color: 7575643.

HSL color Cylindrical-coordinate representation of color #5B9873: hue angle of 143.61º 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 #5B9873 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 91 152 115 -
CMYK 0.40 0 0.24 0.40
HSL 143.61º 0.25% 0.48% -
HSV(B) 143.61º 0.4% 0.6% -
XYZ 18.64 25.92 20.24 -
YUV 129.54 119.79 100.51 -
System Red Green Blue C M Y K H S L
Decimal 91 152 115 0.40 0 0.24 0.40 143.61 0.25 0.48
Hex 5B 98 73 28 0 18 28 90 19 30
Octal 133 230 163 50 0 30 50 220 31 60
Binary 1011011 10011000 1110011 101000 0 11000 101000 10010000 11001 110000

Color Harmonies of #5B9873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9873

Black with #5B9873

Text Example


Text Example

White with #5B9873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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