Html Css Color HEX #564068 Honey Flower

📋 copy color: '#564068'

red 86 ◦ green 64 ◦ blue 104

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

Shades of Honey Flower #564068

Tints of Honey Flower #564068

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.2%

 BLUE value IS 104 (41.02% from 255) = 40.94%

R = 33.86%
G = 25.2%
B = 40.94%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#564068 (or 0x564068) is known color: Honey Flower. HEX triplet: 56, 40 and 68. RGB value is (86,64,104). Sum of RGB (Red+Green+Blue) = 86+64+104=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 104 - color contains mainly: blue. Hex color #564068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564068 is #A9BF97. Grayscale: #4B4B4B. Windows color (decimal): -11124632 or 6832214. OLE color: 6832214.

HSL color Cylindrical-coordinate representation of color #564068: hue angle of 273º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #564068 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 64 104 -
CMYK 0.17 0.38 0 0.59
HSL 273º 0.24% 0.33% -
HSV(B) 273º 0.38% 0.41% -
XYZ 8.17 6.64 13.95 -
YUV 75.14 144.29 135.75 -
System Red Green Blue C M Y K H S L
Decimal 86 64 104 0.17 0.38 0 0.59 273 0.24 0.33
Hex 56 40 68 11 26 0 3B 111 18 21
Octal 126 100 150 21 46 0 73 421 30 41
Binary 1010110 1000000 1101000 10001 100110 0 111011 100010001 11000 100001

Color Harmonies of #564068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564068

Black with #564068

Text Example


Text Example

White with #564068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564068; }

 p { color: rgb(86,64,104); }

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

background-color css

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

 a { background-color: rgb(86,64,104); }

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

border-color css

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

 span { border-color: rgb(86,64,104); }

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