#563474

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

Shades of Kingfisher Daisy #563474

Tints of Kingfisher Daisy #563474

Color information

#563474 (or 0x563474) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 34 and 74. RGB value is (86,52,116). Sum of RGB (Red+Green+Blue) = 86+52+116=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 116 - color contains mainly: blue. Hex color #563474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563474 is #A9CB8B. Grayscale: #454545. Windows color (decimal): -11127692 or 7615574. OLE color: 7615574.

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

Color convert

RGB8652116-
CMYK0.260.5500.55
HSL271.88º38.1%32.94%-
HSV(B)271.88º55.17%45.49%-
XYZ8.225.717.19-
YUV69.46154.26139.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.86%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 116 (45.70% from 255) = 45.67%
R=33.86%
G=20.47%
B=45.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86521160.260.5500.55271.8838.132.94
Hex5634741A370371102621
Octal1266416432670674204641
Binary10101101101001110100110101101110110111100010000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563474; }

 p { color: rgb(86,52,116); }

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

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

 a { background-color: rgb(86,52,116); }

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

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

 span { border-color: rgb(86,52,116); }

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