Html Css Color HEX #535058 Mulled Wine

📋 copy color: '#535058'

red 83 ◦ green 80 ◦ blue 88

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

Shades of Mulled Wine #535058

Tints of Mulled Wine #535058

RGB

 RED value IS 83 (32.81% from 255) = 33.07%

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

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

R = 33.07%
G = 31.87%
B = 35.06%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#535058 (or 0x535058) is known color: Mulled Wine. HEX triplet: 53, 50 and 58. RGB value is (83,80,88). Sum of RGB (Red+Green+Blue) = 83+80+88=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 88 - color contains mainly: blue. Hex color #535058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535058 is #ACAFA7. Grayscale: #515151. Windows color (decimal): -11317160 or 5787731. OLE color: 5787731.

HSL color Cylindrical-coordinate representation of color #535058: hue angle of 262.5º 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 #535058 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 80 88 -
CMYK 0.06 0.09 0 0.65
HSL 262.5º 0.05% 0.33% -
HSV(B) 262.5º 0.09% 0.35% -
XYZ 8.2 8.28 10.4 -
YUV 81.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 83 80 88 0.06 0.09 0 0.65 262.5 0.05 0.33
Hex 53 50 58 6 9 0 41 106 5 21
Octal 123 120 130 6 11 0 101 406 5 41
Binary 1010011 1010000 1011000 110 1001 0 1000001 100000110 101 100001

Color Harmonies of #535058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535058

Black with #535058

Text Example


Text Example

White with #535058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535058; }

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

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

background-color css

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

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

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

border-color css

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

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

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