Html Css Color HEX #52457C Victoria

📋 copy color: '#52457C'

red 82 ◦ green 69 ◦ blue 124

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

Shades of Victoria #52457C

Tints of Victoria #52457C

RGB

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

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

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

R = 29.82%
G = 25.09%
B = 45.09%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52457C (or 0x52457C) is known color: Victoria. HEX triplet: 52, 45 and 7C. RGB value is (82,69,124). Sum of RGB (Red+Green+Blue) = 82+69+124=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #52457C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52457C is #ADBA83. Grayscale: #4E4E4E. Windows color (decimal): -11385476 or 8144210. OLE color: 8144210.

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

Color convert

RGB 82 69 124 -
CMYK 0.34 0.44 0 0.51
HSL 254.18º 0.28% 0.38% -
HSV(B) 254.18º 0.44% 0.49% -
XYZ 9.25 7.51 20.03 -
YUV 79.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 82 69 124 0.34 0.44 0 0.51 254.18 0.28 0.38
Hex 52 45 7C 22 2C 0 33 FE 1C 26
Octal 122 105 174 42 54 0 63 376 34 46
Binary 1010010 1000101 1111100 100010 101100 0 110011 11111110 11100 100110

Color Harmonies of #52457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52457C

Black with #52457C

Text Example


Text Example

White with #52457C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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