Html Css Color HEX #561D99 Kingfisher Daisy

📋 copy color: '#561D99'

red 86 ◦ green 29 ◦ blue 153

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

Shades of Kingfisher Daisy #561D99

Tints of Kingfisher Daisy #561D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 57.09%

R = 32.09%
G = 10.82%
B = 57.09%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#561D99 (or 0x561D99) is known color: Kingfisher Daisy. HEX triplet: 56, 1D and 99. RGB value is (86,29,153). Sum of RGB (Red+Green+Blue) = 86+29+153=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #561D99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561D99 is #A9E266. Grayscale: #3B3B3B. Windows color (decimal): -11133543 or 10034518. OLE color: 10034518.

HSL color Cylindrical-coordinate representation of color #561D99: hue angle of 267.58º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561D99 is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 29 153 -
CMYK 0.44 0.81 0 0.4
HSL 267.58º 0.68% 0.36% -
HSV(B) 267.58º 0.81% 0.6% -
XYZ 10.03 5.16 30.6 -
YUV 60.18 180.38 146.42 -
System Red Green Blue C M Y K H S L
Decimal 86 29 153 0.44 0.81 0 0.4 267.58 0.68 0.36
Hex 56 1D 99 2C 51 0 28 10C 44 24
Octal 126 35 231 54 121 0 50 414 104 44
Binary 1010110 11101 10011001 101100 1010001 0 101000 100001100 1000100 100100

Color Harmonies of #561D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561D99

Black with #561D99

Text Example


Text Example

White with #561D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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