Html Css Color HEX #56396A Honey Flower

📋 copy color: '#56396A'

red 86 ◦ green 57 ◦ blue 106

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

Shades of Honey Flower #56396A

Tints of Honey Flower #56396A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.89%

 BLUE value IS 106 (41.8% from 255) = 42.57%

R = 34.54%
G = 22.89%
B = 42.57%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56396A (or 0x56396A) is known color: Honey Flower. HEX triplet: 56, 39 and 6A. RGB value is (86,57,106). Sum of RGB (Red+Green+Blue) = 86+57+106=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 106 - color contains mainly: blue. Hex color #56396A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56396A is #A9C695. Grayscale: #474747. Windows color (decimal): -11126422 or 6961494. OLE color: 6961494.

HSL color Cylindrical-coordinate representation of color #56396A: hue angle of 275.51º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56396A is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 57 106 -
CMYK 0.19 0.46 0 0.58
HSL 275.51º 0.3% 0.32% -
HSV(B) 275.51º 0.46% 0.42% -
XYZ 7.9 5.95 14.37 -
YUV 71.26 147.61 138.52 -
System Red Green Blue C M Y K H S L
Decimal 86 57 106 0.19 0.46 0 0.58 275.51 0.3 0.32
Hex 56 39 6A 13 2E 0 3A 114 1E 20
Octal 126 71 152 23 56 0 72 424 36 40
Binary 1010110 111001 1101010 10011 101110 0 111010 100010100 11110 100000

Color Harmonies of #56396A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56396A

Black with #56396A

Text Example


Text Example

White with #56396A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56396A; }

 p { color: rgb(86,57,106); }

 H1.HeaderClassName
 {
   color: #56396A;
 }
 .AnyTagClassName
 {
   color: #56396A;
 }
</style>

background-color css

<style>
 a { background-color: #56396A; }

 a { background-color: rgb(86,57,106); }

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

border-color css

<style>
 span { border-color: #56396A; }

 span { border-color: rgb(86,57,106); }

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