Html Css Color HEX #564367 Honey Flower

📋 copy color: '#564367'

red 86 ◦ green 67 ◦ blue 103

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

Shades of Honey Flower #564367

Tints of Honey Flower #564367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.23%

R = 33.59%
G = 26.17%
B = 40.23%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#564367 (or 0x564367) is known color: Honey Flower. HEX triplet: 56, 43 and 67. RGB value is (86,67,103). Sum of RGB (Red+Green+Blue) = 86+67+103=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 103 - color contains mainly: blue. Hex color #564367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564367 is #A9BC98. Grayscale: #4C4C4C. Windows color (decimal): -11123865 or 6767446. OLE color: 6767446.

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

Color convert

RGB 86 67 103 -
CMYK 0.17 0.35 0 0.60
HSL 271.67º 0.21% 0.33% -
HSV(B) 271.67º 0.35% 0.4% -
XYZ 8.29 6.97 13.74 -
YUV 76.79 142.79 134.57 -
System Red Green Blue C M Y K H S L
Decimal 86 67 103 0.17 0.35 0 0.60 271.67 0.21 0.33
Hex 56 43 67 11 23 0 3C 110 15 21
Octal 126 103 147 21 43 0 74 420 25 41
Binary 1010110 1000011 1100111 10001 100011 0 111100 100010000 10101 100001

Color Harmonies of #564367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564367

Black with #564367

Text Example


Text Example

White with #564367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564367; }

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

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

background-color css

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

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

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

border-color css

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

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

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