Html Css Color HEX #56256B Honey Flower

📋 copy color: '#56256B'

red 86 ◦ green 37 ◦ blue 107

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

Shades of Honey Flower #56256B

Tints of Honey Flower #56256B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 46.52%

R = 37.39%
G = 16.09%
B = 46.52%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56256B (or 0x56256B) is known color: Honey Flower. HEX triplet: 56, 25 and 6B. RGB value is (86,37,107). Sum of RGB (Red+Green+Blue) = 86+37+107=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 107 - color contains mainly: blue. Hex color #56256B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56256B is #A9DA94. Grayscale: #3B3B3B. Windows color (decimal): -11131541 or 7021910. OLE color: 7021910.

HSL color Cylindrical-coordinate representation of color #56256B: hue angle of 282º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56256B is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 37 107 -
CMYK 0.20 0.65 0 0.58
HSL 282º 0.49% 0.28% -
HSV(B) 282º 0.65% 0.42% -
XYZ 7.15 4.36 14.38 -
YUV 59.63 154.73 146.81 -
System Red Green Blue C M Y K H S L
Decimal 86 37 107 0.20 0.65 0 0.58 282 0.49 0.28
Hex 56 25 6B 14 41 0 3A 11A 31 1C
Octal 126 45 153 24 101 0 72 432 61 34
Binary 1010110 100101 1101011 10100 1000001 0 111010 100011010 110001 11100

Color Harmonies of #56256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56256B

Black with #56256B

Text Example


Text Example

White with #56256B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56256B; }

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

 H1.HeaderClassName
 {
   color: #56256B;
 }
 .AnyTagClassName
 {
   color: #56256B;
 }
</style>

background-color css

<style>
 a { background-color: #56256B; }

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

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

border-color css

<style>
 span { border-color: #56256B; }

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

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