#561C94

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

Shades of Kingfisher Daisy #561C94

Tints of Kingfisher Daisy #561C94

Color information

#561C94 (or 0x561C94) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 1C and 94. RGB value is (86,28,148). Sum of RGB (Red+Green+Blue) = 86+28+148=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #561C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561C94 is #A9E36B. Grayscale: #3A3A3A. Windows color (decimal): -11133804 or 9706582. OLE color: 9706582.

HSL color Cylindrical-coordinate representation of color #561C94: hue angle of 269º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561C94 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8628148-
CMYK0.420.8100.42
HSL269º68.18%34.51%-
HSV(B)269º81.08%58.04%-
XYZ9.64.9528.47-
YUV59.02178.22147.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.82%
GREEN value IS 28 (11.33% from 255) = 10.69%
BLUE value IS 148 (58.20% from 255) = 56.49%
R=32.82%
G=10.69%
B=56.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86281480.420.8100.4226968.1834.51
Hex561C942A5102A10d4423
Octal126342245212105241510443
Binary10101101110010010100101010101000101010101000011011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561C94; }

 p { color: rgb(86,28,148); }

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

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

 a { background-color: rgb(86,28,148); }

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

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

 span { border-color: rgb(86,28,148); }

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