Html Css Color HEX #52507F Victoria

📋 copy color: '#52507F'

red 82 ◦ green 80 ◦ blue 127

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

Shades of Victoria #52507F

Tints of Victoria #52507F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.94%

R = 28.37%
G = 27.68%
B = 43.94%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52507F (or 0x52507F) is known color: Victoria. HEX triplet: 52, 50 and 7F. RGB value is (82,80,127). Sum of RGB (Red+Green+Blue) = 82+80+127=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 127 - color contains mainly: blue. Hex color #52507F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52507F is #ADAF80. Grayscale: #555555. Windows color (decimal): -11382657 or 8343634. OLE color: 8343634.

HSL color Cylindrical-coordinate representation of color #52507F: hue angle of 242.55º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #52507F is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 80 127 -
CMYK 0.35 0.37 0 0.50
HSL 242.55º 0.23% 0.41% -
HSV(B) 242.55º 0.37% 0.5% -
XYZ 10.18 9.06 21.29 -
YUV 85.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 82 80 127 0.35 0.37 0 0.50 242.55 0.23 0.41
Hex 52 50 7F 23 25 0 32 F3 17 29
Octal 122 120 177 43 45 0 62 363 27 51
Binary 1010010 1010000 1111111 100011 100101 0 110010 11110011 10111 101001

Color Harmonies of #52507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52507F

Black with #52507F

Text Example


Text Example

White with #52507F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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