Html Css Color HEX #56317C Kingfisher Daisy

📋 copy color: '#56317C'

red 86 ◦ green 49 ◦ blue 124

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

Shades of Kingfisher Daisy #56317C

Tints of Kingfisher Daisy #56317C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 47.88%

R = 33.2%
G = 18.92%
B = 47.88%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56317C (or 0x56317C) is known color: Kingfisher Daisy. HEX triplet: 56, 31 and 7C. RGB value is (86,49,124). Sum of RGB (Red+Green+Blue) = 86+49+124=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #56317C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56317C is #A9CE83. Grayscale: #444444. Windows color (decimal): -11128452 or 8139094. OLE color: 8139094.

HSL color Cylindrical-coordinate representation of color #56317C: hue angle of 269.6º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56317C is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 49 124 -
CMYK 0.31 0.60 0 0.51
HSL 269.6º 0.43% 0.34% -
HSV(B) 269.6º 0.6% 0.49% -
XYZ 8.57 5.63 19.7 -
YUV 68.61 159.26 140.4 -
System Red Green Blue C M Y K H S L
Decimal 86 49 124 0.31 0.60 0 0.51 269.6 0.43 0.34
Hex 56 31 7C 1F 3C 0 33 10E 2B 22
Octal 126 61 174 37 74 0 63 416 53 42
Binary 1010110 110001 1111100 11111 111100 0 110011 100001110 101011 100010

Color Harmonies of #56317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56317C

Black with #56317C

Text Example


Text Example

White with #56317C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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