Html Css Color HEX #56517C Victoria

📋 copy color: '#56517C'

red 86 ◦ green 81 ◦ blue 124

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

Shades of Victoria #56517C

Tints of Victoria #56517C

RGB

 RED value IS 86 (33.98% from 255) = 29.55%

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

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

R = 29.55%
G = 27.84%
B = 42.61%

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

#56517C (or 0x56517C) is known color: Victoria. HEX triplet: 56, 51 and 7C. RGB value is (86,81,124). Sum of RGB (Red+Green+Blue) = 86+81+124=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #56517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56517C is #A9AE83. Grayscale: #575757. Windows color (decimal): -11120260 or 8147286. OLE color: 8147286.

HSL color Cylindrical-coordinate representation of color #56517C: hue angle of 246.98º 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 #56517C is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 81 124 -
CMYK 0.31 0.35 0 0.51
HSL 246.98º 0.21% 0.4% -
HSV(B) 246.98º 0.35% 0.49% -
XYZ 10.42 9.32 20.32 -
YUV 87.4 148.66 127 -
System Red Green Blue C M Y K H S L
Decimal 86 81 124 0.31 0.35 0 0.51 246.98 0.21 0.4
Hex 56 51 7C 1F 23 0 33 F7 15 28
Octal 126 121 174 37 43 0 63 367 25 50
Binary 1010110 1010001 1111100 11111 100011 0 110011 11110111 10101 101000

Color Harmonies of #56517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56517C

Black with #56517C

Text Example


Text Example

White with #56517C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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