Html Css Color HEX #52497F Victoria

📋 copy color: '#52497F'

red 82 ◦ green 73 ◦ blue 127

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

Shades of Victoria #52497F

Tints of Victoria #52497F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.89%

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

R = 29.08%
G = 25.89%
B = 45.04%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52497F (or 0x52497F) is known color: Victoria. HEX triplet: 52, 49 and 7F. RGB value is (82,73,127). Sum of RGB (Red+Green+Blue) = 82+73+127=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #52497F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52497F is #ADB680. Grayscale: #515151. Windows color (decimal): -11384449 or 8341842. OLE color: 8341842.

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

Color convert

RGB 82 73 127 -
CMYK 0.35 0.43 0 0.50
HSL 250º 0.27% 0.39% -
HSV(B) 250º 0.43% 0.5% -
XYZ 9.69 8.09 21.13 -
YUV 81.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 82 73 127 0.35 0.43 0 0.50 250 0.27 0.39
Hex 52 49 7F 23 2B 0 32 FA 1B 27
Octal 122 111 177 43 53 0 62 372 33 47
Binary 1010010 1001001 1111111 100011 101011 0 110010 11111010 11011 100111

Color Harmonies of #52497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52497F

Black with #52497F

Text Example


Text Example

White with #52497F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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