Html Css Color HEX #53517A Victoria

📋 copy color: '#53517A'

red 83 ◦ green 81 ◦ blue 122

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

Shades of Victoria #53517A

Tints of Victoria #53517A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.66%

R = 29.02%
G = 28.32%
B = 42.66%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53517A (or 0x53517A) is known color: Victoria. HEX triplet: 53, 51 and 7A. RGB value is (83,81,122). Sum of RGB (Red+Green+Blue) = 83+81+122=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #53517A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53517A is #ACAE85. Grayscale: #565656. Windows color (decimal): -11316870 or 8016211. OLE color: 8016211.

HSL color Cylindrical-coordinate representation of color #53517A: hue angle of 242.93º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53517A is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 81 122 -
CMYK 0.32 0.34 0 0.52
HSL 242.93º 0.2% 0.4% -
HSV(B) 242.93º 0.34% 0.48% -
XYZ 10.02 9.13 19.65 -
YUV 86.27 148.16 125.67 -
System Red Green Blue C M Y K H S L
Decimal 83 81 122 0.32 0.34 0 0.52 242.93 0.2 0.4
Hex 53 51 7A 20 22 0 34 F3 14 28
Octal 123 121 172 40 42 0 64 363 24 50
Binary 1010011 1010001 1111010 100000 100010 0 110100 11110011 10100 101000

Color Harmonies of #53517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53517A

Black with #53517A

Text Example


Text Example

White with #53517A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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