Html Css Color HEX #5B986E Oxley

📋 copy color: '#5B986E'

red 91 ◦ green 152 ◦ blue 110

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

Shades of Oxley #5B986E

Tints of Oxley #5B986E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.16%

R = 25.78%
G = 43.06%
B = 31.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#5B986E (or 0x5B986E) is known color: Oxley. HEX triplet: 5B, 98 and 6E. RGB value is (91,152,110). Sum of RGB (Red+Green+Blue) = 91+152+110=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #5B986E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B986E is #A46791. Grayscale: #818181. Windows color (decimal): -10774418 or 7247963. OLE color: 7247963.

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

Color convert

RGB 91 152 110 -
CMYK 0.40 0 0.28 0.40
HSL 138.69º 0.25% 0.48% -
HSV(B) 138.69º 0.4% 0.6% -
XYZ 18.36 25.81 18.77 -
YUV 128.97 117.29 100.92 -
System Red Green Blue C M Y K H S L
Decimal 91 152 110 0.40 0 0.28 0.40 138.69 0.25 0.48
Hex 5B 98 6E 28 0 1C 28 8B 19 30
Octal 133 230 156 50 0 34 50 213 31 60
Binary 1011011 10011000 1101110 101000 0 11100 101000 10001011 11001 110000

Color Harmonies of #5B986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B986E

Black with #5B986E

Text Example


Text Example

White with #5B986E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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