#563675

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

Shades of Kingfisher Daisy #563675

Tints of Kingfisher Daisy #563675

Color information

#563675 (or 0x563675) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 36 and 75. RGB value is (86,54,117). Sum of RGB (Red+Green+Blue) = 86+54+117=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #563675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563675 is #A9C98A. Grayscale: #464646. Windows color (decimal): -11127179 or 7681622. OLE color: 7681622.

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

Color convert

RGB8654117-
CMYK0.260.5400.54
HSL270.48º36.84%33.53%-
HSV(B)270.48º53.85%45.88%-
XYZ8.375.917.53-
YUV70.75154.1138.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.46%
GREEN value IS 54 (21.48% from 255) = 21.01%
BLUE value IS 117 (46.09% from 255) = 45.53%
R=33.46%
G=21.01%
B=45.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86541170.260.5400.54270.4836.8433.53
Hex5636751A3603610e2522
Octal1266616532660664164542
Binary10101101101101110101110101101100110110100001110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563675; }

 p { color: rgb(86,54,117); }

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

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

 a { background-color: rgb(86,54,117); }

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

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

 span { border-color: rgb(86,54,117); }

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