#5E906D

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

Shades of Oxley #5E906D

Tints of Oxley #5E906D

Color information

#5E906D (or 0x5E906D) is unknown color: approx Oxley. HEX triplet: 5E, 90 and 6D. RGB value is (94,144,109). Sum of RGB (Red+Green+Blue) = 94+144+109=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #5E906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E906D is #A16F92. Grayscale: #7D7D7D. Windows color (decimal): -10579859 or 7180382. OLE color: 7180382.

HSL color Cylindrical-coordinate representation of color #5E906D: hue angle of 138º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E906D is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB94144109-
CMYK0.3500.240.44
HSL138º21.01%46.67%-
HSV(B)138º34.72%56.47%-
XYZ17.3523.4318.08-
YUV125.06118.94105.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.09%
GREEN value IS 144 (56.64% from 255) = 41.50%
BLUE value IS 109 (42.97% from 255) = 31.41%
R=27.09%
G=41.50%
B=31.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal941441090.3500.240.4413821.0146.67
Hex5E906D230182C8a152f
Octal13622015543030542122557
Binary10111101001000011011011000110110001011001000101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,144,109); }

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

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

 a { background-color: rgb(94,144,109); }

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

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

 span { border-color: rgb(94,144,109); }

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