Html Css Color HEX #53477C Victoria

📋 copy color: '#53477C'

red 83 ◦ green 71 ◦ blue 124

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

Shades of Victoria #53477C

Tints of Victoria #53477C

RGB

 RED value IS 83 (32.81% from 255) = 29.86%

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

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

R = 29.86%
G = 25.54%
B = 44.6%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53477C (or 0x53477C) is known color: Victoria. HEX triplet: 53, 47 and 7C. RGB value is (83,71,124). Sum of RGB (Red+Green+Blue) = 83+71+124=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 71 (28.12% from 255 or 25.54% 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 #53477C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53477C is #ACB883. Grayscale: #505050. Windows color (decimal): -11319428 or 8144723. OLE color: 8144723.

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

Color convert

RGB 83 71 124 -
CMYK 0.33 0.43 0 0.51
HSL 253.58º 0.27% 0.38% -
HSV(B) 253.58º 0.43% 0.49% -
XYZ 9.46 7.8 20.08 -
YUV 80.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 83 71 124 0.33 0.43 0 0.51 253.58 0.27 0.38
Hex 53 47 7C 21 2B 0 33 FE 1B 26
Octal 123 107 174 41 53 0 63 376 33 46
Binary 1010011 1000111 1111100 100001 101011 0 110011 11111110 11011 100110

Color Harmonies of #53477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53477C

Black with #53477C

Text Example


Text Example

White with #53477C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,71,124); }

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

background-color css

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

 a { background-color: rgb(83,71,124); }

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

border-color css

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

 span { border-color: rgb(83,71,124); }

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