Html Css Color HEX #563672 Honey Flower

📋 copy color: '#563672'

red 86 ◦ green 54 ◦ blue 114

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

Shades of Honey Flower #563672

Tints of Honey Flower #563672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.26%

 BLUE value IS 114 (44.92% from 255) = 44.88%

R = 33.86%
G = 21.26%
B = 44.88%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#563672 (or 0x563672) is known color: Honey Flower. HEX triplet: 56, 36 and 72. RGB value is (86,54,114). Sum of RGB (Red+Green+Blue) = 86+54+114=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #563672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563672 is #A9C98D. Grayscale: #464646. Windows color (decimal): -11127182 or 7485014. OLE color: 7485014.

HSL color Cylindrical-coordinate representation of color #563672: hue angle of 272º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #563672 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 54 114 -
CMYK 0.25 0.53 0 0.55
HSL 272º 0.36% 0.33% -
HSV(B) 272º 0.53% 0.45% -
XYZ 8.19 5.83 16.61 -
YUV 70.41 152.6 139.12 -
System Red Green Blue C M Y K H S L
Decimal 86 54 114 0.25 0.53 0 0.55 272 0.36 0.33
Hex 56 36 72 19 35 0 37 110 24 21
Octal 126 66 162 31 65 0 67 420 44 41
Binary 1010110 110110 1110010 11001 110101 0 110111 100010000 100100 100001

Color Harmonies of #563672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563672

Black with #563672

Text Example


Text Example

White with #563672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563672; }

 p { color: rgb(86,54,114); }

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

background-color css

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

 a { background-color: rgb(86,54,114); }

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

border-color css

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

 span { border-color: rgb(86,54,114); }

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