#5A9570

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

Shades of Oxley #5A9570

Tints of Oxley #5A9570

Color information

#5A9570 (or 0x5A9570) is unknown color: approx Oxley. HEX triplet: 5A, 95 and 70. RGB value is (90,149,112). Sum of RGB (Red+Green+Blue) = 90+149+112=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 149 - color contains mainly: green. Hex color #5A9570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9570 is #A56A8F. Grayscale: #7F7F7F. Windows color (decimal): -10840720 or 7378266. OLE color: 7378266.

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

Color convert

RGB90149112-
CMYK0.4000.250.42
HSL142.37º24.69%46.86%-
HSV(B)142.37º39.6%58.43%-
XYZ17.8924.8419.18-
YUV127.14119.45101.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.64%
GREEN value IS 149 (58.59% from 255) = 42.45%
BLUE value IS 112 (44.14% from 255) = 31.91%
R=25.64%
G=42.45%
B=31.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal901491120.4000.250.42142.3724.6946.86
Hex5A9570280192A8e192f
Octal13222516050031522163157
Binary10110101001010111100001010000110011010101000111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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