Html Css Color HEX #52457F Victoria

📋 copy color: '#52457F'

red 82 ◦ green 69 ◦ blue 127

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

Shades of Victoria #52457F

Tints of Victoria #52457F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.82%

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

R = 29.5%
G = 24.82%
B = 45.68%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52457F (or 0x52457F) is known color: Victoria. HEX triplet: 52, 45 and 7F. RGB value is (82,69,127). Sum of RGB (Red+Green+Blue) = 82+69+127=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #52457F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52457F is #ADBA80. Grayscale: #4F4F4F. Windows color (decimal): -11385473 or 8340818. OLE color: 8340818.

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

Color convert

RGB 82 69 127 -
CMYK 0.35 0.46 0 0.50
HSL 253.45º 0.3% 0.38% -
HSV(B) 253.45º 0.46% 0.5% -
XYZ 9.44 7.58 21.04 -
YUV 79.5 154.81 129.78 -
System Red Green Blue C M Y K H S L
Decimal 82 69 127 0.35 0.46 0 0.50 253.45 0.3 0.38
Hex 52 45 7F 23 2E 0 32 FD 1E 26
Octal 122 105 177 43 56 0 62 375 36 46
Binary 1010010 1000101 1111111 100011 101110 0 110010 11111101 11110 100110

Color Harmonies of #52457F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52457F

Black with #52457F

Text Example


Text Example

White with #52457F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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