Html Css Color HEX #56507C Victoria

📋 copy color: '#56507C'

red 86 ◦ green 80 ◦ blue 124

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

Shades of Victoria #56507C

Tints of Victoria #56507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.59%

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

R = 29.66%
G = 27.59%
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

#56507C (or 0x56507C) is known color: Victoria. HEX triplet: 56, 50 and 7C. RGB value is (86,80,124). Sum of RGB (Red+Green+Blue) = 86+80+124=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 80 (31.64% from 255 or 27.59% 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 #56507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56507C is #A9AF83. Grayscale: #565656. Windows color (decimal): -11120516 or 8147030. OLE color: 8147030.

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

Color convert

RGB 86 80 124 -
CMYK 0.31 0.35 0 0.51
HSL 248.18º 0.22% 0.4% -
HSV(B) 248.18º 0.35% 0.49% -
XYZ 10.34 9.17 20.29 -
YUV 86.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 86 80 124 0.31 0.35 0 0.51 248.18 0.22 0.4
Hex 56 50 7C 1F 23 0 33 F8 16 28
Octal 126 120 174 37 43 0 63 370 26 50
Binary 1010110 1010000 1111100 11111 100011 0 110011 11111000 10110 101000

Color Harmonies of #56507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56507C

Black with #56507C

Text Example


Text Example

White with #56507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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