Html Css Color HEX #562E70 Honey Flower

📋 copy color: '#562E70'

red 86 ◦ green 46 ◦ blue 112

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

Shades of Honey Flower #562E70

Tints of Honey Flower #562E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.9%

R = 35.25%
G = 18.85%
B = 45.9%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#562E70 (or 0x562E70) is known color: Honey Flower. HEX triplet: 56, 2E and 70. RGB value is (86,46,112). Sum of RGB (Red+Green+Blue) = 86+46+112=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #562E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562E70 is #A9D18F. Grayscale: #414141. Windows color (decimal): -11129232 or 7351894. OLE color: 7351894.

HSL color Cylindrical-coordinate representation of color #562E70: hue angle of 276.36º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #562E70 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 46 112 -
CMYK 0.23 0.59 0 0.56
HSL 276.36º 0.42% 0.31% -
HSV(B) 276.36º 0.59% 0.44% -
XYZ 7.74 5.1 15.91 -
YUV 65.48 154.25 142.63 -
System Red Green Blue C M Y K H S L
Decimal 86 46 112 0.23 0.59 0 0.56 276.36 0.42 0.31
Hex 56 2E 70 17 3B 0 38 114 2A 1F
Octal 126 56 160 27 73 0 70 424 52 37
Binary 1010110 101110 1110000 10111 111011 0 111000 100010100 101010 11111

Color Harmonies of #562E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562E70

Black with #562E70

Text Example


Text Example

White with #562E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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