#5A9571

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

Shades of Oxley #5A9571

Tints of Oxley #5A9571

Color information

#5A9571 (or 0x5A9571) is unknown color: approx Oxley. HEX triplet: 5A, 95 and 71. RGB value is (90,149,113). Sum of RGB (Red+Green+Blue) = 90+149+113=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #5A9571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9571 is #A56A8E. Grayscale: #7F7F7F. Windows color (decimal): -10840719 or 7443802. OLE color: 7443802.

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

Color convert

RGB90149113-
CMYK0.4000.240.42
HSL143.39º24.69%46.86%-
HSV(B)143.39º39.6%58.43%-
XYZ17.9424.8619.48-
YUV127.26119.95101.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.57%
GREEN value IS 149 (58.59% from 255) = 42.33%
BLUE value IS 113 (44.53% from 255) = 32.10%
R=25.57%
G=42.33%
B=32.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal901491130.4000.240.42143.3924.6946.86
Hex5A9571280182A8f192f
Octal13222516150030522173157
Binary10110101001010111100011010000110001010101000111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,149,113); }

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

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

 a { background-color: rgb(90,149,113); }

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

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

 span { border-color: rgb(90,149,113); }

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