Html Css Color HEX #56357F Kingfisher Daisy

📋 copy color: '#56357F'

red 86 ◦ green 53 ◦ blue 127

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

Shades of Kingfisher Daisy #56357F

Tints of Kingfisher Daisy #56357F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.92%

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

R = 32.33%
G = 19.92%
B = 47.74%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#56357F (or 0x56357F) is known color: Kingfisher Daisy. HEX triplet: 56, 35 and 7F. RGB value is (86,53,127). Sum of RGB (Red+Green+Blue) = 86+53+127=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #56357F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56357F is #A9CA80. Grayscale: #474747. Windows color (decimal): -11127425 or 8336726. OLE color: 8336726.

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

Color convert

RGB 86 53 127 -
CMYK 0.32 0.58 0 0.50
HSL 266.76º 0.41% 0.35% -
HSV(B) 266.76º 0.58% 0.5% -
XYZ 8.94 6.06 20.78 -
YUV 71.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 86 53 127 0.32 0.58 0 0.50 266.76 0.41 0.35
Hex 56 35 7F 20 3A 0 32 10B 29 23
Octal 126 65 177 40 72 0 62 413 51 43
Binary 1010110 110101 1111111 100000 111010 0 110010 100001011 101001 100011

Color Harmonies of #56357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56357F

Black with #56357F

Text Example


Text Example

White with #56357F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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