#564975

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

Shades of Victoria #564975

Tints of Victoria #564975

Color information

#564975 (or 0x564975) is unknown color: approx Victoria. HEX triplet: 56, 49 and 75. RGB value is (86,73,117). Sum of RGB (Red+Green+Blue) = 86+73+117=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 117 - color contains mainly: blue. Hex color #564975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564975 is #A9B68A. Grayscale: #515151. Windows color (decimal): -11122315 or 7686486. OLE color: 7686486.

HSL color Cylindrical-coordinate representation of color #564975: hue angle of 257.73º degrees, saturation: 0.23, 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 #564975 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8673117-
CMYK0.260.3800.54
HSL257.73º23.16%37.25%-
HSV(B)257.73º37.61%45.88%-
XYZ9.438.0317.88-
YUV81.9147.81130.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.16%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 117 (46.09% from 255) = 42.39%
R=31.16%
G=26.45%
B=42.39%

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
Decimal86731170.260.3800.54257.7323.1637.25
Hex5649751A260361021725
Octal12611116532460664022745
Binary10101101001001111010111010100110011011010000001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564975; }

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

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

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

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

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

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

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

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