Html Css Color HEX #535062 Mulled Wine

📋 copy color: '#535062'

red 83 ◦ green 80 ◦ blue 98

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

Shades of Mulled Wine #535062

Tints of Mulled Wine #535062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.55%

R = 31.8%
G = 30.65%
B = 37.55%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#535062 (or 0x535062) is known color: Mulled Wine. HEX triplet: 53, 50 and 62. RGB value is (83,80,98). Sum of RGB (Red+Green+Blue) = 83+80+98=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 98 - color contains mainly: blue. Hex color #535062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535062 is #ACAF9D. Grayscale: #525252. Windows color (decimal): -11317150 or 6443091. OLE color: 6443091.

HSL color Cylindrical-coordinate representation of color #535062: hue angle of 250º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #535062 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 80 98 -
CMYK 0.15 0.18 0 0.62
HSL 250º 0.1% 0.35% -
HSV(B) 250º 0.18% 0.38% -
XYZ 8.64 8.46 12.73 -
YUV 82.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 83 80 98 0.15 0.18 0 0.62 250 0.1 0.35
Hex 53 50 62 F 12 0 3E FA A 23
Octal 123 120 142 17 22 0 76 372 12 43
Binary 1010011 1010000 1100010 1111 10010 0 111110 11111010 1010 100011

Color Harmonies of #535062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535062

Black with #535062

Text Example


Text Example

White with #535062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535062; }

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

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

background-color css

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

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

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

border-color css

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

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

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