Html Css Color HEX #561C88 Kingfisher Daisy

📋 copy color: '#561C88'

red 86 ◦ green 28 ◦ blue 136

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

Shades of Kingfisher Daisy #561C88

Tints of Kingfisher Daisy #561C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 54.4%

R = 34.4%
G = 11.2%
B = 54.4%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#561C88 (or 0x561C88) is known color: Kingfisher Daisy. HEX triplet: 56, 1C and 88. RGB value is (86,28,136). Sum of RGB (Red+Green+Blue) = 86+28+136=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #561C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561C88 is #A9E377. Grayscale: #393939. Windows color (decimal): -11133816 or 8920150. OLE color: 8920150.

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

Color convert

RGB 86 28 136 -
CMYK 0.37 0.79 0 0.47
HSL 272.22º 0.66% 0.32% -
HSV(B) 272.22º 0.79% 0.53% -
XYZ 8.7 4.59 23.72 -
YUV 57.65 172.22 148.22 -
System Red Green Blue C M Y K H S L
Decimal 86 28 136 0.37 0.79 0 0.47 272.22 0.66 0.32
Hex 56 1C 88 25 4F 0 2F 110 42 20
Octal 126 34 210 45 117 0 57 420 102 40
Binary 1010110 11100 10001000 100101 1001111 0 101111 100010000 1000010 100000

Color Harmonies of #561C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561C88

Black with #561C88

Text Example


Text Example

White with #561C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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