#58906A

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

Shades of Oxley #58906A

Tints of Oxley #58906A

Color information

#58906A (or 0x58906A) is unknown color: approx Oxley. HEX triplet: 58, 90 and 6A. RGB value is (88,144,106). Sum of RGB (Red+Green+Blue) = 88+144+106=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #58906A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58906A is #A76F95. Grayscale: #7B7B7B. Windows color (decimal): -10973078 or 6983768. OLE color: 6983768.

HSL color Cylindrical-coordinate representation of color #58906A: hue angle of 139.29º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #58906A is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB88144106-
CMYK0.3900.260.44
HSL139.29º24.14%45.49%-
HSV(B)139.29º38.89%56.47%-
XYZ16.623.0617.21-
YUV122.92118.45103.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.04%
GREEN value IS 144 (56.64% from 255) = 42.60%
BLUE value IS 106 (41.80% from 255) = 31.36%
R=26.04%
G=42.60%
B=31.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881441060.3900.260.44139.2924.1445.49
Hex58906A2701A2C8b182d
Octal13022015247032542133055
Binary10110001001000011010101001110110101011001000101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58906A; }

 p { color: rgb(88,144,106); }

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

<style>
 a { background-color: #58906A; }

 a { background-color: rgb(88,144,106); }

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

<style>
 span { border-color: #58906A; }

 span { border-color: rgb(88,144,106); }

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