Html Css Color HEX #55517C Victoria

📋 copy color: '#55517C'

red 85 ◦ green 81 ◦ blue 124

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

Shades of Victoria #55517C

Tints of Victoria #55517C

RGB

 RED value IS 85 (33.59% from 255) = 29.31%

 GREEN value IS 81 (32.03% from 255) = 27.93%

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

R = 29.31%
G = 27.93%
B = 42.76%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55517C (or 0x55517C) is known color: Victoria. HEX triplet: 55, 51 and 7C. RGB value is (85,81,124). Sum of RGB (Red+Green+Blue) = 85+81+124=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 124 - color contains mainly: blue. Hex color #55517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55517C is #AAAE83. Grayscale: #565656. Windows color (decimal): -11185796 or 8147285. OLE color: 8147285.

HSL color Cylindrical-coordinate representation of color #55517C: hue angle of 245.58º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55517C is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 81 124 -
CMYK 0.31 0.35 0 0.51
HSL 245.58º 0.21% 0.4% -
HSV(B) 245.58º 0.35% 0.49% -
XYZ 10.33 9.27 20.31 -
YUV 87.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 85 81 124 0.31 0.35 0 0.51 245.58 0.21 0.4
Hex 55 51 7C 1F 23 0 33 F6 15 28
Octal 125 121 174 37 43 0 63 366 25 50
Binary 1010101 1010001 1111100 11111 100011 0 110011 11110110 10101 101000

Color Harmonies of #55517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55517C

Black with #55517C

Text Example


Text Example

White with #55517C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,81,124); }

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

background-color css

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

 a { background-color: rgb(85,81,124); }

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

border-color css

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

 span { border-color: rgb(85,81,124); }

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