#5B956C

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

Shades of Oxley #5B956C

Tints of Oxley #5B956C

Color information

#5B956C (or 0x5B956C) is unknown color: approx Oxley. HEX triplet: 5B, 95 and 6C. RGB value is (91,149,108). Sum of RGB (Red+Green+Blue) = 91+149+108=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #5B956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B956C is #A46A93. Grayscale: #7F7F7F. Windows color (decimal): -10775188 or 7116123. OLE color: 7116123.

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

Color convert

RGB91149108-
CMYK0.3900.280.42
HSL137.59º24.17%47.06%-
HSV(B)137.59º38.93%58.43%-
XYZ17.7724.818.04-
YUV126.98117.28102.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.15%
GREEN value IS 149 (58.59% from 255) = 42.82%
BLUE value IS 108 (42.58% from 255) = 31.03%
R=26.15%
G=42.82%
B=31.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal911491080.3900.280.42137.5924.1747.06
Hex5B956C2701C2A8a182f
Octal13322515447034522123057
Binary10110111001010111011001001110111001010101000101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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