Html Css Color HEX #561C9B Kingfisher Daisy

📋 copy color: '#561C9B'

red 86 ◦ green 28 ◦ blue 155

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

Shades of Kingfisher Daisy #561C9B

Tints of Kingfisher Daisy #561C9B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.41%

 BLUE value IS 155 (60.94% from 255) = 57.62%

R = 31.97%
G = 10.41%
B = 57.62%

CMYK

 C value IS 0.45

 M value IS 0.82

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#561C9B (or 0x561C9B) is known color: Kingfisher Daisy. HEX triplet: 56, 1C and 9B. RGB value is (86,28,155). Sum of RGB (Red+Green+Blue) = 86+28+155=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #561C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561C9B is #A9E364. Grayscale: #3B3B3B. Windows color (decimal): -11133797 or 10165334. OLE color: 10165334.

HSL color Cylindrical-coordinate representation of color #561C9B: hue angle of 267.4º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #561C9B is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 86 28 155 -
CMYK 0.45 0.82 0 0.39
HSL 267.4º 0.69% 0.36% -
HSV(B) 267.4º 0.82% 0.61% -
XYZ 10.17 5.18 31.47 -
YUV 59.82 181.72 146.67 -
System Red Green Blue C M Y K H S L
Decimal 86 28 155 0.45 0.82 0 0.39 267.4 0.69 0.36
Hex 56 1C 9B 2D 52 0 27 10B 45 24
Octal 126 34 233 55 122 0 47 413 105 44
Binary 1010110 11100 10011011 101101 1010010 0 100111 100001011 1000101 100100

Color Harmonies of #561C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561C9B

Black with #561C9B

Text Example


Text Example

White with #561C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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