#58926C

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

Shades of Oxley #58926C

Tints of Oxley #58926C

Color information

#58926C (or 0x58926C) is unknown color: approx Oxley. HEX triplet: 58, 92 and 6C. RGB value is (88,146,108). Sum of RGB (Red+Green+Blue) = 88+146+108=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #58926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58926C is #A76D93. Grayscale: #7C7C7C. Windows color (decimal): -10972564 or 7115352. OLE color: 7115352.

HSL color Cylindrical-coordinate representation of color #58926C: hue angle of 140.69º 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 #58926C is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB88146108-
CMYK0.4000.260.43
HSL140.69º24.79%45.88%-
HSV(B)140.69º39.73%57.25%-
XYZ17.0123.7217.87-
YUV124.33118.78102.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.73%
GREEN value IS 146 (57.42% from 255) = 42.69%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=25.73%
G=42.69%
B=31.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881461080.4000.260.43140.6924.7945.88
Hex58926C2801A2B8d192e
Octal13022215450032532153156
Binary10110001001001011011001010000110101010111000110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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