#564878

Color #564878 Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #564878

Tints of Victoria #564878

Color information

#564878 (or 0x564878) is unknown color: approx Victoria. HEX triplet: 56, 48 and 78. RGB value is (86,72,120). Sum of RGB (Red+Green+Blue) = 86+72+120=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #564878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564878 is #A9B787. Grayscale: #515151. Windows color (decimal): -11122568 or 7882838. OLE color: 7882838.

HSL color Cylindrical-coordinate representation of color #564878: hue angle of 257.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #564878 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8672120-
CMYK0.280.4000.53
HSL257.5º25%37.65%-
HSV(B)257.5º40%47.06%-
XYZ9.557.9718.8-
YUV81.66149.64131.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.94%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 120 (47.27% from 255) = 43.17%
R=30.94%
G=25.90%
B=43.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86721200.280.4000.53257.52537.65
Hex5648781C280351021926
Octal12611017034500654023146
Binary10101101001000111100011100101000011010110000001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564878; }

 p { color: rgb(86,72,120); }

 H1.HeaderClassName
 {
   color: #564878;
 }
 .AnyTagClassName
 {
   color: #564878;
 }
</style>
background-color css

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

 a { background-color: rgb(86,72,120); }

 div.DivClassName
 {
   background-color: #564878;
 }
 .BgClassName
 {
   background-color: #564878;
 }
</style>
border-color css

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

 span { border-color: rgb(86,72,120); }

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