#589468

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

Shades of Oxley #589468

Tints of Oxley #589468

Color information

#589468 (or 0x589468) is unknown color: approx Oxley. HEX triplet: 58, 94 and 68. RGB value is (88,148,104). Sum of RGB (Red+Green+Blue) = 88+148+104=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #589468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589468 is #A76B97. Grayscale: #7D7D7D. Windows color (decimal): -10972056 or 6853720. OLE color: 6853720.

HSL color Cylindrical-coordinate representation of color #589468: hue angle of 136º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #589468 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB88148104-
CMYK0.4100.300.42
HSL136º25.42%46.27%-
HSV(B)136º40.54%58.04%-
XYZ17.1124.2516.88-
YUV125.04116.12101.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.88%
GREEN value IS 148 (58.20% from 255) = 43.53%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=25.88%
G=43.53%
B=30.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881481040.4100.300.4213625.4246.27
Hex5894682901E2A88192e
Octal13022415051036522103156
Binary10110001001010011010001010010111101010101000100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589468; }

 p { color: rgb(88,148,104); }

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

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

 a { background-color: rgb(88,148,104); }

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

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

 span { border-color: rgb(88,148,104); }

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