Html Css Color HEX #53477F Victoria

📋 copy color: '#53477F'

red 83 ◦ green 71 ◦ blue 127

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

Shades of Victoria #53477F

Tints of Victoria #53477F

RGB

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

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

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

R = 29.54%
G = 25.27%
B = 45.2%

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

#53477F (or 0x53477F) is known color: Victoria. HEX triplet: 53, 47 and 7F. RGB value is (83,71,127). Sum of RGB (Red+Green+Blue) = 83+71+127=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 127 - color contains mainly: blue. Hex color #53477F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53477F is #ACB880. Grayscale: #505050. Windows color (decimal): -11319425 or 8341331. OLE color: 8341331.

HSL color Cylindrical-coordinate representation of color #53477F: hue angle of 252.86º 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 #53477F is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 71 127 -
CMYK 0.35 0.44 0 0.50
HSL 252.86º 0.28% 0.39% -
HSV(B) 252.86º 0.44% 0.5% -
XYZ 9.65 7.88 21.09 -
YUV 80.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 83 71 127 0.35 0.44 0 0.50 252.86 0.28 0.39
Hex 53 47 7F 23 2C 0 32 FD 1C 27
Octal 123 107 177 43 54 0 62 375 34 47
Binary 1010011 1000111 1111111 100011 101100 0 110010 11111101 11100 100111

Color Harmonies of #53477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53477F

Black with #53477F

Text Example


Text Example

White with #53477F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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