Html Css Color HEX #56257C Kingfisher Daisy

📋 copy color: '#56257C'

red 86 ◦ green 37 ◦ blue 124

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

Shades of Kingfisher Daisy #56257C

Tints of Kingfisher Daisy #56257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.98%

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

R = 34.82%
G = 14.98%
B = 50.2%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56257C (or 0x56257C) is known color: Kingfisher Daisy. HEX triplet: 56, 25 and 7C. RGB value is (86,37,124). Sum of RGB (Red+Green+Blue) = 86+37+124=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #56257C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56257C is #A9DA83. Grayscale: #3D3D3D. Windows color (decimal): -11131524 or 8136022. OLE color: 8136022.

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

Color convert

RGB 86 37 124 -
CMYK 0.31 0.70 0 0.51
HSL 273.79º 0.54% 0.32% -
HSV(B) 273.79º 0.7% 0.49% -
XYZ 8.14 4.76 19.56 -
YUV 61.57 163.23 145.43 -
System Red Green Blue C M Y K H S L
Decimal 86 37 124 0.31 0.70 0 0.51 273.79 0.54 0.32
Hex 56 25 7C 1F 46 0 33 112 36 20
Octal 126 45 174 37 106 0 63 422 66 40
Binary 1010110 100101 1111100 11111 1000110 0 110011 100010010 110110 100000

Color Harmonies of #56257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56257C

Black with #56257C

Text Example


Text Example

White with #56257C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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