Html Css Color HEX #585556 Don Juan

📋 copy color: '#585556'

red 88 ◦ green 85 ◦ blue 86

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

Shades of Don Juan #585556

Tints of Don Juan #585556

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.82%

 BLUE value IS 86 (33.98% from 255) = 33.2%

R = 33.98%
G = 32.82%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#585556 (or 0x585556) is known color: Don Juan. HEX triplet: 58, 55 and 56. RGB value is (88,85,86). Sum of RGB (Red+Green+Blue) = 88+85+86=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 88 - color contains mainly: red. Hex color #585556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585556 is #A7AAA9. Grayscale: #565656. Windows color (decimal): -10988202 or 5657944. OLE color: 5657944.

HSL color Cylindrical-coordinate representation of color #585556: hue angle of 340º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #585556 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 85 86 -
CMYK 0 0.03 0.02 0.65
HSL 340º 0.02% 0.34% -
HSV(B) 340º 0.03% 0.35% -
XYZ 8.95 9.24 10.12 -
YUV 86.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 88 85 86 0 0.03 0.02 0.65 340 0.02 0.34
Hex 58 55 56 0 3 2 41 154 2 22
Octal 130 125 126 0 3 2 101 524 2 42
Binary 1011000 1010101 1010110 0 11 10 1000001 101010100 10 100010

Color Harmonies of #585556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585556

Black with #585556

Text Example


Text Example

White with #585556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585556; }

 p { color: rgb(88,85,86); }

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

background-color css

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

 a { background-color: rgb(88,85,86); }

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

border-color css

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

 span { border-color: rgb(88,85,86); }

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