Html Css Color HEX #56207E Kingfisher Daisy

📋 copy color: '#56207E'

red 86 ◦ green 32 ◦ blue 126

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

Shades of Kingfisher Daisy #56207E

Tints of Kingfisher Daisy #56207E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.11%

 BLUE value IS 126 (49.61% from 255) = 51.64%

R = 35.25%
G = 13.11%
B = 51.64%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56207E (or 0x56207E) is known color: Kingfisher Daisy. HEX triplet: 56, 20 and 7E. RGB value is (86,32,126). Sum of RGB (Red+Green+Blue) = 86+32+126=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 126 (49.61% from 255 or 51.64% from 244); Max value from RGB is 126 - color contains mainly: blue. Hex color #56207E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56207E is #A9DF81. Grayscale: #3A3A3A. Windows color (decimal): -11132802 or 8265814. OLE color: 8265814.

HSL color Cylindrical-coordinate representation of color #56207E: hue angle of 274.47º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #56207E is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 32 126 -
CMYK 0.32 0.75 0 0.51
HSL 274.47º 0.59% 0.31% -
HSV(B) 274.47º 0.75% 0.49% -
XYZ 8.12 4.52 20.18 -
YUV 58.86 165.89 147.36 -
System Red Green Blue C M Y K H S L
Decimal 86 32 126 0.32 0.75 0 0.51 274.47 0.59 0.31
Hex 56 20 7E 20 4B 0 33 112 3B 1F
Octal 126 40 176 40 113 0 63 422 73 37
Binary 1010110 100000 1111110 100000 1001011 0 110011 100010010 111011 11111

Color Harmonies of #56207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56207E

Black with #56207E

Text Example


Text Example

White with #56207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56207E; }

 p { color: rgb(86,32,126); }

 H1.HeaderClassName
 {
   color: #56207E;
 }
 .AnyTagClassName
 {
   color: #56207E;
 }
</style>

background-color css

<style>
 a { background-color: #56207E; }

 a { background-color: rgb(86,32,126); }

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

border-color css

<style>
 span { border-color: #56207E; }

 span { border-color: rgb(86,32,126); }

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