Html Css Color HEX #5B5758 Don Juan

📋 copy color: '#5B5758'

red 91 ◦ green 87 ◦ blue 88

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

Shades of Don Juan #5B5758

Tints of Don Juan #5B5758

RGB

 RED value IS 91 (35.94% from 255) = 34.21%

 GREEN value IS 87 (34.38% from 255) = 32.71%

 BLUE value IS 88 (34.77% from 255) = 33.08%

R = 34.21%
G = 32.71%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#5B5758 (or 0x5B5758) is known color: Don Juan. HEX triplet: 5B, 57 and 58. RGB value is (91,87,88). Sum of RGB (Red+Green+Blue) = 91+87+88=266 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.21% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5758 is #A4A8A7. Grayscale: #585858. Windows color (decimal): -10791080 or 5789531. OLE color: 5789531.

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

Color convert

RGB 91 87 88 -
CMYK 0 0.04 0.03 0.64
HSL 345º 0.02% 0.35% -
HSV(B) 345º 0.04% 0.36% -
XYZ 9.48 9.75 10.61 -
YUV 88.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 91 87 88 0 0.04 0.03 0.64 345 0.02 0.35
Hex 5B 57 58 0 4 3 40 159 2 23
Octal 133 127 130 0 4 3 100 531 2 43
Binary 1011011 1010111 1011000 0 100 11 1000000 101011001 10 100011

Color Harmonies of #5B5758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5758

Black with #5B5758

Text Example


Text Example

White with #5B5758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B5758; }

 p { color: rgb(91,87,88); }

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

background-color css

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

 a { background-color: rgb(91,87,88); }

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

border-color css

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

 span { border-color: rgb(91,87,88); }

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