#563373

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

Shades of Kingfisher Daisy #563373

Tints of Kingfisher Daisy #563373

Color information

#563373 (or 0x563373) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 33 and 73. RGB value is (86,51,115). Sum of RGB (Red+Green+Blue) = 86+51+115=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #563373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563373 is #A9CC8C. Grayscale: #444444. Windows color (decimal): -11127949 or 7549782. OLE color: 7549782.

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

Color convert

RGB8651115-
CMYK0.250.5600.55
HSL272.81º38.55%32.55%-
HSV(B)272.81º55.65%45.1%-
XYZ8.125.5816.87-
YUV68.76154.1140.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.13%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 115 (45.31% from 255) = 45.63%
R=34.13%
G=20.24%
B=45.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86511150.250.5600.55272.8138.5532.55
Hex56337319380371112721
Octal1266316331700674214741
Binary10101101100111110011110011110000110111100010001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563373; }

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

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

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

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

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

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

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

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