#563F7B

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

Shades of Kingfisher Daisy #563F7B

Tints of Kingfisher Daisy #563F7B

Color information

#563F7B (or 0x563F7B) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 3F and 7B. RGB value is (86,63,123). Sum of RGB (Red+Green+Blue) = 86+63+123=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #563F7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563F7B is #A9C084. Grayscale: #4C4C4C. Windows color (decimal): -11124869 or 8077142. OLE color: 8077142.

HSL color Cylindrical-coordinate representation of color #563F7B: hue angle of 263º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #563F7B is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8663123-
CMYK0.300.4900.52
HSL263º32.26%36.47%-
HSV(B)263º48.78%48.24%-
XYZ9.196.9619.6-
YUV76.72154.12134.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.62%
GREEN value IS 63 (25% from 255) = 23.16%
BLUE value IS 123 (48.44% from 255) = 45.22%
R=31.62%
G=23.16%
B=45.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86631230.300.4900.5226332.2636.47
Hex563F7B1E310341072024
Octal1267717336610644074044
Binary10101101111111111011111101100010110100100000111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563F7B; }

 p { color: rgb(86,63,123); }

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

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

 a { background-color: rgb(86,63,123); }

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

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

 span { border-color: rgb(86,63,123); }

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