Html Css Color HEX #52507C Victoria

📋 copy color: '#52507C'

red 82 ◦ green 80 ◦ blue 124

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

Shades of Victoria #52507C

Tints of Victoria #52507C

RGB

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

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

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

R = 28.67%
G = 27.97%
B = 43.36%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52507C (or 0x52507C) is known color: Victoria. HEX triplet: 52, 50 and 7C. RGB value is (82,80,124). Sum of RGB (Red+Green+Blue) = 82+80+124=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #52507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52507C is #ADAF83. Grayscale: #555555. Windows color (decimal): -11382660 or 8147026. OLE color: 8147026.

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

Color convert

RGB 82 80 124 -
CMYK 0.34 0.35 0 0.51
HSL 242.73º 0.22% 0.4% -
HSV(B) 242.73º 0.35% 0.49% -
XYZ 9.99 8.99 20.28 -
YUV 85.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 82 80 124 0.34 0.35 0 0.51 242.73 0.22 0.4
Hex 52 50 7C 22 23 0 33 F3 16 28
Octal 122 120 174 42 43 0 63 363 26 50
Binary 1010010 1010000 1111100 100010 100011 0 110011 11110011 10110 101000

Color Harmonies of #52507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52507C

Black with #52507C

Text Example


Text Example

White with #52507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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