Html Css Color HEX #585153 Don Juan

📋 copy color: '#585153'

red 88 ◦ green 81 ◦ blue 83

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

Shades of Don Juan #585153

Tints of Don Juan #585153

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.14%

 BLUE value IS 83 (32.81% from 255) = 32.94%

R = 34.92%
G = 32.14%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#585153 (or 0x585153) is known color: Don Juan. HEX triplet: 58, 51 and 53. RGB value is (88,81,83). Sum of RGB (Red+Green+Blue) = 88+81+83=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 88 - color contains mainly: red. Hex color #585153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585153 is #A7AEAC. Grayscale: #535353. Windows color (decimal): -10989229 or 5460312. OLE color: 5460312.

HSL color Cylindrical-coordinate representation of color #585153: hue angle of 342.86º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #585153 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 81 83 -
CMYK 0 0.08 0.06 0.65
HSL 342.86º 0.04% 0.33% -
HSV(B) 342.86º 0.08% 0.35% -
XYZ 8.53 8.58 9.39 -
YUV 83.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 88 81 83 0 0.08 0.06 0.65 342.86 0.04 0.33
Hex 58 51 53 0 8 6 41 157 4 21
Octal 130 121 123 0 10 6 101 527 4 41
Binary 1011000 1010001 1010011 0 1000 110 1000001 101010111 100 100001

Color Harmonies of #585153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585153

Black with #585153

Text Example


Text Example

White with #585153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585153; }

 p { color: rgb(88,81,83); }

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

background-color css

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

 a { background-color: rgb(88,81,83); }

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

border-color css

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

 span { border-color: rgb(88,81,83); }

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