Html Css Color HEX #56227C Kingfisher Daisy

📋 copy color: '#56227C'

red 86 ◦ green 34 ◦ blue 124

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

Shades of Kingfisher Daisy #56227C

Tints of Kingfisher Daisy #56227C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.93%

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

R = 35.25%
G = 13.93%
B = 50.82%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56227C (or 0x56227C) is known color: Kingfisher Daisy. HEX triplet: 56, 22 and 7C. RGB value is (86,34,124). Sum of RGB (Red+Green+Blue) = 86+34+124=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #56227C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56227C is #A9DD83. Grayscale: #3B3B3B. Windows color (decimal): -11132292 or 8135254. OLE color: 8135254.

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

Color convert

RGB 86 34 124 -
CMYK 0.31 0.73 0 0.51
HSL 274.67º 0.57% 0.31% -
HSV(B) 274.67º 0.73% 0.49% -
XYZ 8.05 4.58 19.53 -
YUV 59.81 164.23 146.68 -
System Red Green Blue C M Y K H S L
Decimal 86 34 124 0.31 0.73 0 0.51 274.67 0.57 0.31
Hex 56 22 7C 1F 49 0 33 113 39 1F
Octal 126 42 174 37 111 0 63 423 71 37
Binary 1010110 100010 1111100 11111 1001001 0 110011 100010011 111001 11111

Color Harmonies of #56227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56227C

Black with #56227C

Text Example


Text Example

White with #56227C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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