Html Css Color HEX #561D91 Kingfisher Daisy

📋 copy color: '#561D91'

red 86 ◦ green 29 ◦ blue 145

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

Shades of Kingfisher Daisy #561D91

Tints of Kingfisher Daisy #561D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.77%

R = 33.08%
G = 11.15%
B = 55.77%

CMYK

 C value IS 0.41

 M value IS 0.8

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#561D91 (or 0x561D91) is known color: Kingfisher Daisy. HEX triplet: 56, 1D and 91. RGB value is (86,29,145). Sum of RGB (Red+Green+Blue) = 86+29+145=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #561D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561D91 is #A9E26E. Grayscale: #3A3A3A. Windows color (decimal): -11133551 or 9510230. OLE color: 9510230.

HSL color Cylindrical-coordinate representation of color #561D91: hue angle of 269.48º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561D91 is Cyan = 0.41, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 29 145 -
CMYK 0.41 0.8 0 0.43
HSL 269.48º 0.67% 0.34% -
HSV(B) 269.48º 0.8% 0.57% -
XYZ 9.39 4.9 27.24 -
YUV 59.27 176.38 147.07 -
System Red Green Blue C M Y K H S L
Decimal 86 29 145 0.41 0.8 0 0.43 269.48 0.67 0.34
Hex 56 1D 91 29 50 0 2B 10D 43 22
Octal 126 35 221 51 120 0 53 415 103 42
Binary 1010110 11101 10010001 101001 1010000 0 101011 100001101 1000011 100010

Color Harmonies of #561D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561D91

Black with #561D91

Text Example


Text Example

White with #561D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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