#564875

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

Shades of Victoria #564875

Tints of Victoria #564875

Color information

#564875 (or 0x564875) is unknown color: approx Victoria. HEX triplet: 56, 48 and 75. RGB value is (86,72,117). Sum of RGB (Red+Green+Blue) = 86+72+117=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #564875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564875 is #A9B78A. Grayscale: #515151. Windows color (decimal): -11122571 or 7686230. OLE color: 7686230.

HSL color Cylindrical-coordinate representation of color #564875: hue angle of 258.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #564875 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8672117-
CMYK0.260.3800.54
HSL258.67º23.81%37.06%-
HSV(B)258.67º38.46%45.88%-
XYZ9.377.917.86-
YUV81.32148.14131.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.27%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 117 (46.09% from 255) = 42.55%
R=31.27%
G=26.18%
B=42.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86721170.260.3800.54258.6723.8137.06
Hex5648751A260361031825
Octal12611016532460664033045
Binary10101101001000111010111010100110011011010000001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564875; }

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

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

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

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

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

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

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

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