Html Css Color HEX #52477B Victoria

📋 copy color: '#52477B'

red 82 ◦ green 71 ◦ blue 123

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

Shades of Victoria #52477B

Tints of Victoria #52477B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.57%

R = 29.71%
G = 25.72%
B = 44.57%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52477B (or 0x52477B) is known color: Victoria. HEX triplet: 52, 47 and 7B. RGB value is (82,71,123). Sum of RGB (Red+Green+Blue) = 82+71+123=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #52477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52477B is #ADB884. Grayscale: #505050. Windows color (decimal): -11384965 or 8079186. OLE color: 8079186.

HSL color Cylindrical-coordinate representation of color #52477B: hue angle of 252.69º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52477B is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 71 123 -
CMYK 0.33 0.42 0 0.52
HSL 252.69º 0.27% 0.38% -
HSV(B) 252.69º 0.42% 0.48% -
XYZ 9.31 7.73 19.74 -
YUV 80.22 152.14 129.27 -
System Red Green Blue C M Y K H S L
Decimal 82 71 123 0.33 0.42 0 0.52 252.69 0.27 0.38
Hex 52 47 7B 21 2A 0 34 FD 1B 26
Octal 122 107 173 41 52 0 64 375 33 46
Binary 1010010 1000111 1111011 100001 101010 0 110100 11111101 11011 100110

Color Harmonies of #52477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52477B

Black with #52477B

Text Example


Text Example

White with #52477B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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