Html Css Color HEX #52527C Victoria

📋 copy color: '#52527C'

red 82 ◦ green 82 ◦ blue 124

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

Shades of Victoria #52527C

Tints of Victoria #52527C

RGB

 RED value IS 82 (32.42% from 255) = 28.47%

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

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

R = 28.47%
G = 28.47%
B = 43.06%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52527C (or 0x52527C) is known color: Victoria. HEX triplet: 52, 52 and 7C. RGB value is (82,82,124). Sum of RGB (Red+Green+Blue) = 82+82+124=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 82 (32.42% from 255 or 28.47% 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 #52527C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52527C is #ADAD83. Grayscale: #565656. Windows color (decimal): -11382148 or 8147538. OLE color: 8147538.

HSL color Cylindrical-coordinate representation of color #52527C: hue angle of 240º 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 #52527C is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 82 124 -
CMYK 0.34 0.34 0 0.51
HSL 240º 0.2% 0.4% -
HSV(B) 240º 0.34% 0.49% -
XYZ 10.14 9.28 20.33 -
YUV 86.79 149 124.58 -
System Red Green Blue C M Y K H S L
Decimal 82 82 124 0.34 0.34 0 0.51 240 0.2 0.4
Hex 52 52 7C 22 22 0 33 F0 14 28
Octal 122 122 174 42 42 0 63 360 24 50
Binary 1010010 1010010 1111100 100010 100010 0 110011 11110000 10100 101000

Color Harmonies of #52527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52527C

Black with #52527C

Text Example


Text Example

White with #52527C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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