Html Css Color HEX #585052 Don Juan

📋 copy color: '#585052'

red 88 ◦ green 80 ◦ blue 82

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

Shades of Don Juan #585052

Tints of Don Juan #585052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32%

 BLUE value IS 82 (32.42% from 255) = 32.8%

R = 35.2%
G = 32%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#585052 (or 0x585052) is known color: Don Juan. HEX triplet: 58, 50 and 52. RGB value is (88,80,82). Sum of RGB (Red+Green+Blue) = 88+80+82=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 88 - color contains mainly: red. Hex color #585052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585052 is #A7AFAD. Grayscale: #525252. Windows color (decimal): -10989486 or 5394520. OLE color: 5394520.

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

Color convert

RGB 88 80 82 -
CMYK 0 0.09 0.07 0.65
HSL 345º 0.05% 0.33% -
HSV(B) 345º 0.09% 0.35% -
XYZ 8.42 8.42 9.16 -
YUV 82.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 88 80 82 0 0.09 0.07 0.65 345 0.05 0.33
Hex 58 50 52 0 9 7 41 159 5 21
Octal 130 120 122 0 11 7 101 531 5 41
Binary 1011000 1010000 1010010 0 1001 111 1000001 101011001 101 100001

Color Harmonies of #585052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585052

Black with #585052

Text Example


Text Example

White with #585052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585052; }

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

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

background-color css

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

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

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

border-color css

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

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

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