Html Css Color HEX #52487C Victoria

📋 copy color: '#52487C'

red 82 ◦ green 72 ◦ blue 124

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

Shades of Victoria #52487C

Tints of Victoria #52487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.9%

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

R = 29.5%
G = 25.9%
B = 44.6%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52487C (or 0x52487C) is known color: Victoria. HEX triplet: 52, 48 and 7C. RGB value is (82,72,124). Sum of RGB (Red+Green+Blue) = 82+72+124=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #52487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52487C is #ADB783. Grayscale: #505050. Windows color (decimal): -11384708 or 8144978. OLE color: 8144978.

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

Color convert

RGB 82 72 124 -
CMYK 0.34 0.42 0 0.51
HSL 251.54º 0.27% 0.38% -
HSV(B) 251.54º 0.42% 0.49% -
XYZ 9.44 7.88 20.09 -
YUV 80.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 82 72 124 0.34 0.42 0 0.51 251.54 0.27 0.38
Hex 52 48 7C 22 2A 0 33 FC 1B 26
Octal 122 110 174 42 52 0 63 374 33 46
Binary 1010010 1001000 1111100 100010 101010 0 110011 11111100 11011 100110

Color Harmonies of #52487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52487C

Black with #52487C

Text Example


Text Example

White with #52487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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