#563876

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

Shades of Kingfisher Daisy #563876

Tints of Kingfisher Daisy #563876

Color information

#563876 (or 0x563876) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 38 and 76. RGB value is (86,56,118). Sum of RGB (Red+Green+Blue) = 86+56+118=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #563876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563876 is #A9C789. Grayscale: #474747. Windows color (decimal): -11126666 or 7747670. OLE color: 7747670.

HSL color Cylindrical-coordinate representation of color #563876: hue angle of 269.03º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #563876 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8656118-
CMYK0.270.5300.54
HSL269.03º35.63%34.12%-
HSV(B)269.03º52.54%46.27%-
XYZ8.526.1117.87-
YUV72.04153.94137.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.08%
GREEN value IS 56 (22.27% from 255) = 21.54%
BLUE value IS 118 (46.48% from 255) = 45.38%
R=33.08%
G=21.54%
B=45.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86561180.270.5300.54269.0335.6334.12
Hex5638761B3503610d2422
Octal1267016633650664154442
Binary10101101110001110110110111101010110110100001101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563876; }

 p { color: rgb(86,56,118); }

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

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

 a { background-color: rgb(86,56,118); }

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

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

 span { border-color: rgb(86,56,118); }

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