Html Css Color HEX #56318D Kingfisher Daisy

📋 copy color: '#56318D'

red 86 ◦ green 49 ◦ blue 141

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

Shades of Kingfisher Daisy #56318D

Tints of Kingfisher Daisy #56318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.75%

 BLUE value IS 141 (55.47% from 255) = 51.09%

R = 31.16%
G = 17.75%
B = 51.09%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56318D (or 0x56318D) is known color: Kingfisher Daisy. HEX triplet: 56, 31 and 8D. RGB value is (86,49,141). Sum of RGB (Red+Green+Blue) = 86+49+141=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #56318D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56318D is #A9CE72. Grayscale: #464646. Windows color (decimal): -11128435 or 9253206. OLE color: 9253206.

HSL color Cylindrical-coordinate representation of color #56318D: hue angle of 264.13º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56318D is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 49 141 -
CMYK 0.39 0.65 0 0.45
HSL 264.13º 0.48% 0.37% -
HSV(B) 264.13º 0.65% 0.55% -
XYZ 9.74 6.1 25.86 -
YUV 70.55 167.76 139.02 -
System Red Green Blue C M Y K H S L
Decimal 86 49 141 0.39 0.65 0 0.45 264.13 0.48 0.37
Hex 56 31 8D 27 41 0 2D 108 30 25
Octal 126 61 215 47 101 0 55 410 60 45
Binary 1010110 110001 10001101 100111 1000001 0 101101 100001000 110000 100101

Color Harmonies of #56318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56318D

Black with #56318D

Text Example


Text Example

White with #56318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56318D; }

 p { color: rgb(86,49,141); }

 H1.HeaderClassName
 {
   color: #56318D;
 }
 .AnyTagClassName
 {
   color: #56318D;
 }
</style>

background-color css

<style>
 a { background-color: #56318D; }

 a { background-color: rgb(86,49,141); }

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

border-color css

<style>
 span { border-color: #56318D; }

 span { border-color: rgb(86,49,141); }

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