Html Css Color HEX #56507F Victoria

📋 copy color: '#56507F'

red 86 ◦ green 80 ◦ blue 127

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

Shades of Victoria #56507F

Tints of Victoria #56507F

RGB

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

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

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

R = 29.35%
G = 27.3%
B = 43.34%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#56507F (or 0x56507F) is known color: Victoria. HEX triplet: 56, 50 and 7F. RGB value is (86,80,127). Sum of RGB (Red+Green+Blue) = 86+80+127=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #56507F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56507F is #A9AF80. Grayscale: #565656. Windows color (decimal): -11120513 or 8343638. OLE color: 8343638.

HSL color Cylindrical-coordinate representation of color #56507F: hue angle of 247.66º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #56507F is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 80 127 -
CMYK 0.32 0.37 0 0.50
HSL 247.66º 0.23% 0.41% -
HSV(B) 247.66º 0.37% 0.5% -
XYZ 10.54 9.25 21.31 -
YUV 87.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 86 80 127 0.32 0.37 0 0.50 247.66 0.23 0.41
Hex 56 50 7F 20 25 0 32 F8 17 29
Octal 126 120 177 40 45 0 62 370 27 51
Binary 1010110 1010000 1111111 100000 100101 0 110010 11111000 10111 101001

Color Harmonies of #56507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56507F

Black with #56507F

Text Example


Text Example

White with #56507F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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