#586150

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

Shades of Cabbage Pont #586150

Tints of Cabbage Pont #586150

Color information

#586150 (or 0x586150) is unknown color: approx Cabbage Pont. HEX triplet: 58, 61 and 50. RGB value is (88,97,80). Sum of RGB (Red+Green+Blue) = 88+97+80=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 97 - color contains mainly: green. Hex color #586150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586150 is #A79EAF. Grayscale: #5C5C5C. Windows color (decimal): -10985136 or 5267800. OLE color: 5267800.

HSL color Cylindrical-coordinate representation of color #586150: hue angle of 91.76º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #586150 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB889780-
CMYK0.0900.180.62
HSL91.76º9.6%34.71%-
HSV(B)91.76º17.53%38.04%-
XYZ9.7511.29.24-
YUV92.37121.02124.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.21%
GREEN value IS 97 (38.28% from 255) = 36.60%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=33.21%
G=36.60%
B=30.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8897800.0900.180.6291.769.634.71
Hex58615090123E5ca23
Octal13014112011022761341243
Binary101100011000011010000100101001011111010111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586150; }

 p { color: rgb(88,97,80); }

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

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

 a { background-color: rgb(88,97,80); }

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

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

 span { border-color: rgb(88,97,80); }

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