Html Css Color HEX #53527C Victoria

📋 copy color: '#53527C'

red 83 ◦ green 82 ◦ blue 124

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

Shades of Victoria #53527C

Tints of Victoria #53527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.37%

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

R = 28.72%
G = 28.37%
B = 42.91%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53527C (or 0x53527C) is known color: Victoria. HEX triplet: 53, 52 and 7C. RGB value is (83,82,124). Sum of RGB (Red+Green+Blue) = 83+82+124=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #53527C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53527C is #ACAD83. Grayscale: #565656. Windows color (decimal): -11316612 or 8147539. OLE color: 8147539.

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

Color convert

RGB 83 82 124 -
CMYK 0.33 0.34 0 0.51
HSL 241.43º 0.2% 0.4% -
HSV(B) 241.43º 0.34% 0.49% -
XYZ 10.22 9.33 20.33 -
YUV 87.09 148.83 125.08 -
System Red Green Blue C M Y K H S L
Decimal 83 82 124 0.33 0.34 0 0.51 241.43 0.2 0.4
Hex 53 52 7C 21 22 0 33 F1 14 28
Octal 123 122 174 41 42 0 63 361 24 50
Binary 1010011 1010010 1111100 100001 100010 0 110011 11110001 10100 101000

Color Harmonies of #53527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53527C

Black with #53527C

Text Example


Text Example

White with #53527C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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