Html Css Color HEX #56218C Kingfisher Daisy

📋 copy color: '#56218C'

red 86 ◦ green 33 ◦ blue 140

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

Shades of Kingfisher Daisy #56218C

Tints of Kingfisher Daisy #56218C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.74%

 BLUE value IS 140 (55.08% from 255) = 54.05%

R = 33.2%
G = 12.74%
B = 54.05%

CMYK

 C value IS 0.39

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56218C (or 0x56218C) is known color: Kingfisher Daisy. HEX triplet: 56, 21 and 8C. RGB value is (86,33,140). Sum of RGB (Red+Green+Blue) = 86+33+140=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #56218C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56218C is #A9DE73. Grayscale: #3C3C3C. Windows color (decimal): -11132532 or 9183574. OLE color: 9183574.

HSL color Cylindrical-coordinate representation of color #56218C: hue angle of 269.72º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #56218C is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 33 140 -
CMYK 0.39 0.76 0 0.45
HSL 269.72º 0.62% 0.34% -
HSV(B) 269.72º 0.76% 0.55% -
XYZ 9.12 4.96 25.29 -
YUV 61.05 172.56 145.8 -
System Red Green Blue C M Y K H S L
Decimal 86 33 140 0.39 0.76 0 0.45 269.72 0.62 0.34
Hex 56 21 8C 27 4C 0 2D 10E 3E 22
Octal 126 41 214 47 114 0 55 416 76 42
Binary 1010110 100001 10001100 100111 1001100 0 101101 100001110 111110 100010

Color Harmonies of #56218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56218C

Black with #56218C

Text Example


Text Example

White with #56218C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56218C; }

 p { color: rgb(86,33,140); }

 H1.HeaderClassName
 {
   color: #56218C;
 }
 .AnyTagClassName
 {
   color: #56218C;
 }
</style>

background-color css

<style>
 a { background-color: #56218C; }

 a { background-color: rgb(86,33,140); }

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

border-color css

<style>
 span { border-color: #56218C; }

 span { border-color: rgb(86,33,140); }

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