Html Css Color HEX #52498C Victoria

📋 copy color: '#52498C'

red 82 ◦ green 73 ◦ blue 140

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

Shades of Victoria #52498C

Tints of Victoria #52498C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.46%

R = 27.8%
G = 24.75%
B = 47.46%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52498C (or 0x52498C) is known color: Victoria. HEX triplet: 52, 49 and 8C. RGB value is (82,73,140). Sum of RGB (Red+Green+Blue) = 82+73+140=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #52498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52498C is #ADB673. Grayscale: #535353. Windows color (decimal): -11384436 or 9193810. OLE color: 9193810.

HSL color Cylindrical-coordinate representation of color #52498C: hue angle of 248.06º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52498C is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 73 140 -
CMYK 0.41 0.48 0 0.45
HSL 248.06º 0.31% 0.42% -
HSV(B) 248.06º 0.48% 0.55% -
XYZ 10.6 8.45 25.88 -
YUV 83.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 82 73 140 0.41 0.48 0 0.45 248.06 0.31 0.42
Hex 52 49 8C 29 30 0 2D F8 1F 2A
Octal 122 111 214 51 60 0 55 370 37 52
Binary 1010010 1001001 10001100 101001 110000 0 101101 11111000 11111 101010

Color Harmonies of #52498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52498C

Black with #52498C

Text Example


Text Example

White with #52498C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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