Html Css Color HEX #564567 Honey Flower

📋 copy color: '#564567'

red 86 ◦ green 69 ◦ blue 103

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

Shades of Honey Flower #564567

Tints of Honey Flower #564567

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.74%

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

R = 33.33%
G = 26.74%
B = 39.92%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#564567 (or 0x564567) is known color: Honey Flower. HEX triplet: 56, 45 and 67. RGB value is (86,69,103). Sum of RGB (Red+Green+Blue) = 86+69+103=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 103 - color contains mainly: blue. Hex color #564567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564567 is #A9BA98. Grayscale: #4D4D4D. Windows color (decimal): -11123353 or 6767958. OLE color: 6767958.

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

Color convert

RGB 86 69 103 -
CMYK 0.17 0.33 0 0.60
HSL 270º 0.2% 0.34% -
HSV(B) 270º 0.33% 0.4% -
XYZ 8.41 7.21 13.78 -
YUV 77.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 86 69 103 0.17 0.33 0 0.60 270 0.2 0.34
Hex 56 45 67 11 21 0 3C 10E 14 22
Octal 126 105 147 21 41 0 74 416 24 42
Binary 1010110 1000101 1100111 10001 100001 0 111100 100001110 10100 100010

Color Harmonies of #564567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564567

Black with #564567

Text Example


Text Example

White with #564567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564567; }

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

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

background-color css

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

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

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

border-color css

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

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

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