Html Css Color HEX #56357C Kingfisher Daisy

📋 copy color: '#56357C'

red 86 ◦ green 53 ◦ blue 124

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

Shades of Kingfisher Daisy #56357C

Tints of Kingfisher Daisy #56357C

RGB

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

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

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

R = 32.7%
G = 20.15%
B = 47.15%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56357C (or 0x56357C) is known color: Kingfisher Daisy. HEX triplet: 56, 35 and 7C. RGB value is (86,53,124). Sum of RGB (Red+Green+Blue) = 86+53+124=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #56357C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56357C is #A9CA83. Grayscale: #464646. Windows color (decimal): -11127428 or 8140118. OLE color: 8140118.

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

Color convert

RGB 86 53 124 -
CMYK 0.31 0.57 0 0.51
HSL 267.89º 0.4% 0.35% -
HSV(B) 267.89º 0.57% 0.49% -
XYZ 8.75 5.98 19.76 -
YUV 70.96 157.93 138.73 -
System Red Green Blue C M Y K H S L
Decimal 86 53 124 0.31 0.57 0 0.51 267.89 0.4 0.35
Hex 56 35 7C 1F 39 0 33 10C 28 23
Octal 126 65 174 37 71 0 63 414 50 43
Binary 1010110 110101 1111100 11111 111001 0 110011 100001100 101000 100011

Color Harmonies of #56357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56357C

Black with #56357C

Text Example


Text Example

White with #56357C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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