#5B9573

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

Shades of Oxley #5B9573

Tints of Oxley #5B9573

Color information

#5B9573 (or 0x5B9573) is unknown color: approx Oxley. HEX triplet: 5B, 95 and 73. RGB value is (91,149,115). Sum of RGB (Red+Green+Blue) = 91+149+115=355 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.63% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #5B9573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9573 is #A46A8C. Grayscale: #7F7F7F. Windows color (decimal): -10775181 or 7574875. OLE color: 7574875.

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

Color convert

RGB91149115-
CMYK0.3900.230.42
HSL144.83º24.17%47.06%-
HSV(B)144.83º38.93%58.43%-
XYZ18.1624.9620.08-
YUV127.78120.78101.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.63%
GREEN value IS 149 (58.59% from 255) = 41.97%
BLUE value IS 115 (45.31% from 255) = 32.39%
R=25.63%
G=41.97%
B=32.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal911491150.3900.230.42144.8324.1747.06
Hex5B9573270172A91182f
Octal13322516347027522213057
Binary10110111001010111100111001110101111010101001000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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