#58926B

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

Shades of Oxley #58926B

Tints of Oxley #58926B

Color information

#58926B (or 0x58926B) is unknown color: approx Oxley. HEX triplet: 58, 92 and 6B. RGB value is (88,146,107). Sum of RGB (Red+Green+Blue) = 88+146+107=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #58926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58926B is #A76D94. Grayscale: #7C7C7C. Windows color (decimal): -10972565 or 7049816. OLE color: 7049816.

HSL color Cylindrical-coordinate representation of color #58926B: hue angle of 139.66º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58926B is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB88146107-
CMYK0.4000.270.43
HSL139.66º24.79%45.88%-
HSV(B)139.66º39.73%57.25%-
XYZ16.9623.6917.59-
YUV124.21118.28102.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.81%
GREEN value IS 146 (57.42% from 255) = 42.82%
BLUE value IS 107 (42.19% from 255) = 31.38%
R=25.81%
G=42.82%
B=31.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881461070.4000.270.43139.6624.7945.88
Hex58926B2801B2B8c192e
Octal13022215350033532143156
Binary10110001001001011010111010000110111010111000110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58926B; }

 p { color: rgb(88,146,107); }

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

<style>
 a { background-color: #58926B; }

 a { background-color: rgb(88,146,107); }

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

<style>
 span { border-color: #58926B; }

 span { border-color: rgb(88,146,107); }

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