Html Css Color HEX #561D86 Kingfisher Daisy

📋 copy color: '#561D86'

red 86 ◦ green 29 ◦ blue 134

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

Shades of Kingfisher Daisy #561D86

Tints of Kingfisher Daisy #561D86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 53.82%

R = 34.54%
G = 11.65%
B = 53.82%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#561D86 (or 0x561D86) is known color: Kingfisher Daisy. HEX triplet: 56, 1D and 86. RGB value is (86,29,134). Sum of RGB (Red+Green+Blue) = 86+29+134=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #561D86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561D86 is #A9E279. Grayscale: #393939. Windows color (decimal): -11133562 or 8789334. OLE color: 8789334.

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

Color convert

RGB 86 29 134 -
CMYK 0.36 0.78 0 0.47
HSL 272.57º 0.64% 0.32% -
HSV(B) 272.57º 0.78% 0.53% -
XYZ 8.58 4.58 22.99 -
YUV 58.01 170.88 147.96 -
System Red Green Blue C M Y K H S L
Decimal 86 29 134 0.36 0.78 0 0.47 272.57 0.64 0.32
Hex 56 1D 86 24 4E 0 2F 111 40 20
Octal 126 35 206 44 116 0 57 421 100 40
Binary 1010110 11101 10000110 100100 1001110 0 101111 100010001 1000000 100000

Color Harmonies of #561D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561D86

Black with #561D86

Text Example


Text Example

White with #561D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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