#5EA574

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

Shades of Oxley #5EA574

Tints of Oxley #5EA574

Color information

#5EA574 (or 0x5EA574) is unknown color: approx Oxley. HEX triplet: 5E, A5 and 74. RGB value is (94,165,116). Sum of RGB (Red+Green+Blue) = 94+165+116=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 165 - color contains mainly: green. Hex color #5EA574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA574 is #A15A8B. Grayscale: #8A8A8A. Windows color (decimal): -10574476 or 7644510. OLE color: 7644510.

HSL color Cylindrical-coordinate representation of color #5EA574: hue angle of 138.59º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5EA574 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB94165116-
CMYK0.4300.300.35
HSL138.59º28.29%50.78%-
HSV(B)138.59º43.03%64.71%-
XYZ21.2230.5521.3-
YUV138.18115.4896.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.07%
GREEN value IS 165 (64.84% from 255) = 44%
BLUE value IS 116 (45.70% from 255) = 30.93%
R=25.07%
G=44%
B=30.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal941651160.4300.300.35138.5928.2950.78
Hex5EA5742B01E238b1c33
Octal13624516453036432133463
Binary10111101010010111101001010110111101000111000101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,165,116); }

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

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

 a { background-color: rgb(94,165,116); }

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

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

 span { border-color: rgb(94,165,116); }

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