Html Css Color HEX #56247C Kingfisher Daisy

📋 copy color: '#56247C'

red 86 ◦ green 36 ◦ blue 124

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

Shades of Kingfisher Daisy #56247C

Tints of Kingfisher Daisy #56247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.63%

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

R = 34.96%
G = 14.63%
B = 50.41%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56247C (or 0x56247C) is known color: Kingfisher Daisy. HEX triplet: 56, 24 and 7C. RGB value is (86,36,124). Sum of RGB (Red+Green+Blue) = 86+36+124=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #56247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56247C is #A9DB83. Grayscale: #3C3C3C. Windows color (decimal): -11131780 or 8135766. OLE color: 8135766.

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

Color convert

RGB 86 36 124 -
CMYK 0.31 0.71 0 0.51
HSL 274.09º 0.55% 0.31% -
HSV(B) 274.09º 0.71% 0.49% -
XYZ 8.11 4.7 19.55 -
YUV 60.98 163.57 145.84 -
System Red Green Blue C M Y K H S L
Decimal 86 36 124 0.31 0.71 0 0.51 274.09 0.55 0.31
Hex 56 24 7C 1F 47 0 33 112 37 1F
Octal 126 44 174 37 107 0 63 422 67 37
Binary 1010110 100100 1111100 11111 1000111 0 110011 100010010 110111 11111

Color Harmonies of #56247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56247C

Black with #56247C

Text Example


Text Example

White with #56247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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