#563573

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

Shades of Kingfisher Daisy #563573

Tints of Kingfisher Daisy #563573

Color information

#563573 (or 0x563573) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 35 and 73. RGB value is (86,53,115). Sum of RGB (Red+Green+Blue) = 86+53+115=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #563573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563573 is #A9CA8C. Grayscale: #454545. Windows color (decimal): -11127437 or 7550294. OLE color: 7550294.

HSL color Cylindrical-coordinate representation of color #563573: hue angle of 271.94º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #563573 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8653115-
CMYK0.250.5400.55
HSL271.94º36.9%32.94%-
HSV(B)271.94º53.91%45.1%-
XYZ8.215.7616.9-
YUV69.94153.43139.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.86%
GREEN value IS 53 (21.09% from 255) = 20.87%
BLUE value IS 115 (45.31% from 255) = 45.28%
R=33.86%
G=20.87%
B=45.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86531150.250.5400.55271.9436.932.94
Hex56357319360371102521
Octal1266516331660674204541
Binary10101101101011110011110011101100110111100010000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563573; }

 p { color: rgb(86,53,115); }

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

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

 a { background-color: rgb(86,53,115); }

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

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

 span { border-color: rgb(86,53,115); }

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