Html Css Color HEX #561D84 Kingfisher Daisy

📋 copy color: '#561D84'

red 86 ◦ green 29 ◦ blue 132

#561D84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #561D84

Tints of Kingfisher Daisy #561D84

RGB

 RED value IS 86 (33.98% from 255) = 34.82%

 GREEN value IS 29 (11.72% from 255) = 11.74%

 BLUE value IS 132 (51.95% from 255) = 53.44%

R = 34.82%
G = 11.74%
B = 53.44%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#561D84 (or 0x561D84) is known color: Kingfisher Daisy. HEX triplet: 56, 1D and 84. RGB value is (86,29,132). Sum of RGB (Red+Green+Blue) = 86+29+132=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #561D84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561D84 is #A9E27B. Grayscale: #393939. Windows color (decimal): -11133564 or 8658262. OLE color: 8658262.

HSL color Cylindrical-coordinate representation of color #561D84: hue angle of 273.2º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #561D84 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 29 132 -
CMYK 0.35 0.78 0 0.48
HSL 273.2º 0.64% 0.32% -
HSV(B) 273.2º 0.78% 0.52% -
XYZ 8.44 4.52 22.26 -
YUV 57.79 169.88 148.12 -
System Red Green Blue C M Y K H S L
Decimal 86 29 132 0.35 0.78 0 0.48 273.2 0.64 0.32
Hex 56 1D 84 23 4E 0 30 111 40 20
Octal 126 35 204 43 116 0 60 421 100 40
Binary 1010110 11101 10000100 100011 1001110 0 110000 100010001 1000000 100000

Color Harmonies of #561D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561D84

Black with #561D84

Text Example


Text Example

White with #561D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,29,132); }

 H1.HeaderClassName
 {
   color: #561D84;
 }
 .AnyTagClassName
 {
   color: #561D84;
 }
</style>

background-color css

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

 a { background-color: rgb(86,29,132); }

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

border-color css

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

 span { border-color: rgb(86,29,132); }

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