Html Css Color HEX #586260 William

📋 copy color: '#586260'

red 88 ◦ green 98 ◦ blue 96

#586260
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of William #586260

Tints of William #586260

RGB

 RED value IS 88 (34.77% from 255) = 31.21%

 GREEN value IS 98 (38.67% from 255) = 34.75%

 BLUE value IS 96 (37.89% from 255) = 34.04%

R = 31.21%
G = 34.75%
B = 34.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#586260 (or 0x586260) is known color: William. HEX triplet: 58, 62 and 60. RGB value is (88,98,96). Sum of RGB (Red+Green+Blue) = 88+98+96=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 98 - color contains mainly: green. Hex color #586260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586260 is #A79D9F. Grayscale: #5E5E5E. Windows color (decimal): -10984864 or 6316632. OLE color: 6316632.

HSL color Cylindrical-coordinate representation of color #586260: hue angle of 168º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #586260 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 98 96 -
CMYK 0.10 0 0.02 0.62
HSL 168º 0.05% 0.36% -
HSV(B) 168º 0.1% 0.38% -
XYZ 10.5 11.65 12.76 -
YUV 94.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 88 98 96 0.10 0 0.02 0.62 168 0.05 0.36
Hex 58 62 60 A 0 2 3E A8 5 24
Octal 130 142 140 12 0 2 76 250 5 44
Binary 1011000 1100010 1100000 1010 0 10 111110 10101000 101 100100

Color Harmonies of #586260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586260

Black with #586260

Text Example


Text Example

White with #586260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586260; }

 p { color: rgb(88,98,96); }

 H1.HeaderClassName
 {
   color: #586260;
 }
 .AnyTagClassName
 {
   color: #586260;
 }
</style>

background-color css

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

 a { background-color: rgb(88,98,96); }

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

border-color css

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

 span { border-color: rgb(88,98,96); }

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