Html Css Color HEX #56508D Victoria

📋 copy color: '#56508D'

red 86 ◦ green 80 ◦ blue 141

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

Shades of Victoria #56508D

Tints of Victoria #56508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.93%

R = 28.01%
G = 26.06%
B = 45.93%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56508D (or 0x56508D) is known color: Victoria. HEX triplet: 56, 50 and 8D. RGB value is (86,80,141). Sum of RGB (Red+Green+Blue) = 86+80+141=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #56508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56508D is #A9AF72. Grayscale: #585858. Windows color (decimal): -11120499 or 9261142. OLE color: 9261142.

HSL color Cylindrical-coordinate representation of color #56508D: hue angle of 245.9º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56508D is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 80 141 -
CMYK 0.39 0.43 0 0.45
HSL 245.9º 0.28% 0.43% -
HSV(B) 245.9º 0.43% 0.55% -
XYZ 11.51 9.64 26.45 -
YUV 88.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 86 80 141 0.39 0.43 0 0.45 245.9 0.28 0.43
Hex 56 50 8D 27 2B 0 2D F6 1C 2B
Octal 126 120 215 47 53 0 55 366 34 53
Binary 1010110 1010000 10001101 100111 101011 0 101101 11110110 11100 101011

Color Harmonies of #56508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56508D

Black with #56508D

Text Example


Text Example

White with #56508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56508D; }

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

 H1.HeaderClassName
 {
   color: #56508D;
 }
 .AnyTagClassName
 {
   color: #56508D;
 }
</style>

background-color css

<style>
 a { background-color: #56508D; }

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

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

border-color css

<style>
 span { border-color: #56508D; }

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

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