Html Css Color HEX #562E6B Honey Flower

📋 copy color: '#562E6B'

red 86 ◦ green 46 ◦ blue 107

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

Shades of Honey Flower #562E6B

Tints of Honey Flower #562E6B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.25%

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

R = 35.98%
G = 19.25%
B = 44.77%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#562E6B (or 0x562E6B) is known color: Honey Flower. HEX triplet: 56, 2E and 6B. RGB value is (86,46,107). Sum of RGB (Red+Green+Blue) = 86+46+107=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #562E6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562E6B is #A9D194. Grayscale: #404040. Windows color (decimal): -11129237 or 7024214. OLE color: 7024214.

HSL color Cylindrical-coordinate representation of color #562E6B: hue angle of 279.34º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #562E6B is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 46 107 -
CMYK 0.20 0.57 0 0.58
HSL 279.34º 0.4% 0.3% -
HSV(B) 279.34º 0.57% 0.42% -
XYZ 7.47 4.99 14.48 -
YUV 64.91 151.75 143.04 -
System Red Green Blue C M Y K H S L
Decimal 86 46 107 0.20 0.57 0 0.58 279.34 0.4 0.3
Hex 56 2E 6B 14 39 0 3A 117 28 1E
Octal 126 56 153 24 71 0 72 427 50 36
Binary 1010110 101110 1101011 10100 111001 0 111010 100010111 101000 11110

Color Harmonies of #562E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562E6B

Black with #562E6B

Text Example


Text Example

White with #562E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562E6B; }

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

 H1.HeaderClassName
 {
   color: #562E6B;
 }
 .AnyTagClassName
 {
   color: #562E6B;
 }
</style>

background-color css

<style>
 a { background-color: #562E6B; }

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

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

border-color css

<style>
 span { border-color: #562E6B; }

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

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