#5A906E

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

Shades of Oxley #5A906E

Tints of Oxley #5A906E

Color information

#5A906E (or 0x5A906E) is unknown color: approx Oxley. HEX triplet: 5A, 90 and 6E. RGB value is (90,144,110). Sum of RGB (Red+Green+Blue) = 90+144+110=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #5A906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A906E is #A56F91. Grayscale: #7C7C7C. Windows color (decimal): -10842002 or 7245914. OLE color: 7245914.

HSL color Cylindrical-coordinate representation of color #5A906E: hue angle of 142.22º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A906E is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB90144110-
CMYK0.3700.240.44
HSL142.22º23.08%45.88%-
HSV(B)142.22º37.5%56.47%-
XYZ1723.2518.34-
YUV123.98120.11103.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.16%
GREEN value IS 144 (56.64% from 255) = 41.86%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=26.16%
G=41.86%
B=31.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal901441100.3700.240.44142.2223.0845.88
Hex5A906E250182C8e172e
Octal13222015645030542162756
Binary10110101001000011011101001010110001011001000111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,144,110); }

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

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

 a { background-color: rgb(90,144,110); }

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

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

 span { border-color: rgb(90,144,110); }

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