Html Css Color HEX #52477F Victoria

📋 copy color: '#52477F'

red 82 ◦ green 71 ◦ blue 127

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

Shades of Victoria #52477F

Tints of Victoria #52477F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.36%

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

R = 29.29%
G = 25.36%
B = 45.36%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52477F (or 0x52477F) is known color: Victoria. HEX triplet: 52, 47 and 7F. RGB value is (82,71,127). Sum of RGB (Red+Green+Blue) = 82+71+127=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #52477F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52477F is #ADB880. Grayscale: #505050. Windows color (decimal): -11384961 or 8341330. OLE color: 8341330.

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

Color convert

RGB 82 71 127 -
CMYK 0.35 0.44 0 0.50
HSL 251.79º 0.28% 0.39% -
HSV(B) 251.79º 0.44% 0.5% -
XYZ 9.56 7.83 21.09 -
YUV 80.67 154.14 128.95 -
System Red Green Blue C M Y K H S L
Decimal 82 71 127 0.35 0.44 0 0.50 251.79 0.28 0.39
Hex 52 47 7F 23 2C 0 32 FC 1C 27
Octal 122 107 177 43 54 0 62 374 34 47
Binary 1010010 1000111 1111111 100011 101100 0 110010 11111100 11100 100111

Color Harmonies of #52477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52477F

Black with #52477F

Text Example


Text Example

White with #52477F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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