Html Css Color HEX #564366 Honey Flower

📋 copy color: '#564366'

red 86 ◦ green 67 ◦ blue 102

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

Shades of Honey Flower #564366

Tints of Honey Flower #564366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.27%

 BLUE value IS 102 (40.23% from 255) = 40%

R = 33.73%
G = 26.27%
B = 40%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#564366 (or 0x564366) is known color: Honey Flower. HEX triplet: 56, 43 and 66. RGB value is (86,67,102). Sum of RGB (Red+Green+Blue) = 86+67+102=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 102 - color contains mainly: blue. Hex color #564366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564366 is #A9BC99. Grayscale: #4C4C4C. Windows color (decimal): -11123866 or 6701910. OLE color: 6701910.

HSL color Cylindrical-coordinate representation of color #564366: hue angle of 272.57º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #564366 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 86 67 102 -
CMYK 0.16 0.34 0 0.6
HSL 272.57º 0.21% 0.33% -
HSV(B) 272.57º 0.34% 0.4% -
XYZ 8.24 6.95 13.48 -
YUV 76.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 86 67 102 0.16 0.34 0 0.6 272.57 0.21 0.33
Hex 56 43 66 10 22 0 3C 111 15 21
Octal 126 103 146 20 42 0 74 421 25 41
Binary 1010110 1000011 1100110 10000 100010 0 111100 100010001 10101 100001

Color Harmonies of #564366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564366

Black with #564366

Text Example


Text Example

White with #564366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564366; }

 p { color: rgb(86,67,102); }

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

background-color css

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

 a { background-color: rgb(86,67,102); }

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

border-color css

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

 span { border-color: rgb(86,67,102); }

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