Html Css Color HEX #53517C Victoria

📋 copy color: '#53517C'

red 83 ◦ green 81 ◦ blue 124

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

Shades of Victoria #53517C

Tints of Victoria #53517C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.06%

R = 28.82%
G = 28.13%
B = 43.06%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53517C (or 0x53517C) is known color: Victoria. HEX triplet: 53, 51 and 7C. RGB value is (83,81,124). Sum of RGB (Red+Green+Blue) = 83+81+124=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #53517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53517C is #ACAE83. Grayscale: #565656. Windows color (decimal): -11316868 or 8147283. OLE color: 8147283.

HSL color Cylindrical-coordinate representation of color #53517C: hue angle of 242.79º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53517C is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 81 124 -
CMYK 0.33 0.35 0 0.51
HSL 242.79º 0.21% 0.4% -
HSV(B) 242.79º 0.35% 0.49% -
XYZ 10.15 9.18 20.31 -
YUV 86.5 149.16 125.5 -
System Red Green Blue C M Y K H S L
Decimal 83 81 124 0.33 0.35 0 0.51 242.79 0.21 0.4
Hex 53 51 7C 21 23 0 33 F3 15 28
Octal 123 121 174 41 43 0 63 363 25 50
Binary 1010011 1010001 1111100 100001 100011 0 110011 11110011 10101 101000

Color Harmonies of #53517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53517C

Black with #53517C

Text Example


Text Example

White with #53517C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53517C; }

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

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

background-color css

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

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

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

border-color css

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

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

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