Html Css Color HEX #564369 Honey Flower

📋 copy color: '#564369'

red 86 ◦ green 67 ◦ blue 105

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

Shades of Honey Flower #564369

Tints of Honey Flower #564369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 40.7%

R = 33.33%
G = 25.97%
B = 40.7%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#564369 (or 0x564369) is known color: Honey Flower. HEX triplet: 56, 43 and 69. RGB value is (86,67,105). Sum of RGB (Red+Green+Blue) = 86+67+105=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 105 - color contains mainly: blue. Hex color #564369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564369 is #A9BC96. Grayscale: #4C4C4C. Windows color (decimal): -11123863 or 6898518. OLE color: 6898518.

HSL color Cylindrical-coordinate representation of color #564369: hue angle of 270º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #564369 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 67 105 -
CMYK 0.18 0.36 0 0.59
HSL 270º 0.22% 0.34% -
HSV(B) 270º 0.36% 0.41% -
XYZ 8.39 7.01 14.28 -
YUV 77.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 86 67 105 0.18 0.36 0 0.59 270 0.22 0.34
Hex 56 43 69 12 24 0 3B 10E 16 22
Octal 126 103 151 22 44 0 73 416 26 42
Binary 1010110 1000011 1101001 10010 100100 0 111011 100001110 10110 100010

Color Harmonies of #564369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564369

Black with #564369

Text Example


Text Example

White with #564369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564369; }

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

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

background-color css

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

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

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

border-color css

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

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

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