Html Css Color HEX #585455 Don Juan

📋 copy color: '#585455'

red 88 ◦ green 84 ◦ blue 85

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

Shades of Don Juan #585455

Tints of Don Juan #585455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.68%

 BLUE value IS 85 (33.59% from 255) = 33.07%

R = 34.24%
G = 32.68%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#585455 (or 0x585455) is known color: Don Juan. HEX triplet: 58, 54 and 55. RGB value is (88,84,85). Sum of RGB (Red+Green+Blue) = 88+84+85=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 88 - color contains mainly: red. Hex color #585455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585455 is #A7ABAA. Grayscale: #555555. Windows color (decimal): -10988459 or 5592152. OLE color: 5592152.

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

Color convert

RGB 88 84 85 -
CMYK 0 0.05 0.03 0.65
HSL 345º 0.02% 0.34% -
HSV(B) 345º 0.05% 0.35% -
XYZ 8.83 9.07 9.88 -
YUV 85.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 88 84 85 0 0.05 0.03 0.65 345 0.02 0.34
Hex 58 54 55 0 5 3 41 159 2 22
Octal 130 124 125 0 5 3 101 531 2 42
Binary 1011000 1010100 1010101 0 101 11 1000001 101011001 10 100010

Color Harmonies of #585455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585455

Black with #585455

Text Example


Text Example

White with #585455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585455; }

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

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

background-color css

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

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

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

border-color css

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

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

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