Html Css Color HEX #56227F Kingfisher Daisy

📋 copy color: '#56227F'

red 86 ◦ green 34 ◦ blue 127

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

Shades of Kingfisher Daisy #56227F

Tints of Kingfisher Daisy #56227F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 51.42%

R = 34.82%
G = 13.77%
B = 51.42%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#56227F (or 0x56227F) is known color: Kingfisher Daisy. HEX triplet: 56, 22 and 7F. RGB value is (86,34,127). Sum of RGB (Red+Green+Blue) = 86+34+127=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #56227F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56227F is #A9DD80. Grayscale: #3B3B3B. Windows color (decimal): -11132289 or 8331862. OLE color: 8331862.

HSL color Cylindrical-coordinate representation of color #56227F: hue angle of 273.55º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56227F is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 34 127 -
CMYK 0.32 0.73 0 0.50
HSL 273.55º 0.58% 0.32% -
HSV(B) 273.55º 0.73% 0.5% -
XYZ 8.24 4.65 20.54 -
YUV 60.15 165.73 146.44 -
System Red Green Blue C M Y K H S L
Decimal 86 34 127 0.32 0.73 0 0.50 273.55 0.58 0.32
Hex 56 22 7F 20 49 0 32 112 3A 20
Octal 126 42 177 40 111 0 62 422 72 40
Binary 1010110 100010 1111111 100000 1001001 0 110010 100010010 111010 100000

Color Harmonies of #56227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56227F

Black with #56227F

Text Example


Text Example

White with #56227F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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