#563982

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

Shades of Kingfisher Daisy #563982

Tints of Kingfisher Daisy #563982

Color information

#563982 (or 0x563982) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 39 and 82. RGB value is (86,57,130). Sum of RGB (Red+Green+Blue) = 86+57+130=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #563982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563982 is #A9C67D. Grayscale: #494949. Windows color (decimal): -11126398 or 8534358. OLE color: 8534358.

HSL color Cylindrical-coordinate representation of color #563982: hue angle of 263.84º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #563982 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8657130-
CMYK0.340.5600.49
HSL263.84º39.04%36.67%-
HSV(B)263.84º56.15%50.98%-
XYZ9.336.5221.89-
YUV73.99159.61136.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 130 (51.17% from 255) = 47.62%
R=31.50%
G=20.88%
B=47.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86571300.340.5600.49263.8439.0436.67
Hex56398222380311082725
Octal1267120242700614104745
Binary1010110111001100000101000101110000110001100001000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563982; }

 p { color: rgb(86,57,130); }

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

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

 a { background-color: rgb(86,57,130); }

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

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

 span { border-color: rgb(86,57,130); }

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