Html Css Color HEX #56217F Kingfisher Daisy

📋 copy color: '#56217F'

red 86 ◦ green 33 ◦ blue 127

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

Shades of Kingfisher Daisy #56217F

Tints of Kingfisher Daisy #56217F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.41%

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

R = 34.96%
G = 13.41%
B = 51.63%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#56217F (or 0x56217F) is known color: Kingfisher Daisy. HEX triplet: 56, 21 and 7F. RGB value is (86,33,127). Sum of RGB (Red+Green+Blue) = 86+33+127=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #56217F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56217F is #A9DE80. Grayscale: #3B3B3B. Windows color (decimal): -11132545 or 8331606. OLE color: 8331606.

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

Color convert

RGB 86 33 127 -
CMYK 0.32 0.74 0 0.50
HSL 273.83º 0.59% 0.31% -
HSV(B) 273.83º 0.74% 0.5% -
XYZ 8.21 4.6 20.53 -
YUV 59.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 86 33 127 0.32 0.74 0 0.50 273.83 0.59 0.31
Hex 56 21 7F 20 4A 0 32 112 3B 1F
Octal 126 41 177 40 112 0 62 422 73 37
Binary 1010110 100001 1111111 100000 1001010 0 110010 100010010 111011 11111

Color Harmonies of #56217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56217F

Black with #56217F

Text Example


Text Example

White with #56217F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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