#5B956E

Color #5B956E Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #5B956E

Tints of Oxley #5B956E

Color information

#5B956E (or 0x5B956E) is unknown color: approx Oxley. HEX triplet: 5B, 95 and 6E. RGB value is (91,149,110). Sum of RGB (Red+Green+Blue) = 91+149+110=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #5B956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B956E is #A46A91. Grayscale: #7F7F7F. Windows color (decimal): -10775186 or 7247195. OLE color: 7247195.

HSL color Cylindrical-coordinate representation of color #5B956E: hue angle of 139.66º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B956E is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB91149110-
CMYK0.3900.260.42
HSL139.66º24.17%47.06%-
HSV(B)139.66º38.93%58.43%-
XYZ17.8824.8418.61-
YUV127.21118.28102.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26%
GREEN value IS 149 (58.59% from 255) = 42.57%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=26%
G=42.57%
B=31.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal911491100.3900.260.42139.6624.1747.06
Hex5B956E2701A2A8c182f
Octal13322515647032522143057
Binary10110111001010111011101001110110101010101000110011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B956E;
 }
 .AnyTagClassName
 {
   color: #5B956E;
 }
</style>
background-color css

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

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

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

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

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

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