Html Css Color HEX #564263 Honey Flower

📋 copy color: '#564263'

red 86 ◦ green 66 ◦ blue 99

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

Shades of Honey Flower #564263

Tints of Honey Flower #564263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.29%

 BLUE value IS 99 (39.06% from 255) = 39.44%

R = 34.26%
G = 26.29%
B = 39.44%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#564263 (or 0x564263) is known color: Honey Flower. HEX triplet: 56, 42 and 63. RGB value is (86,66,99). Sum of RGB (Red+Green+Blue) = 86+66+99=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 99 - color contains mainly: blue. Hex color #564263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564263 is #A9BD9C. Grayscale: #4B4B4B. Windows color (decimal): -11124125 or 6505046. OLE color: 6505046.

HSL color Cylindrical-coordinate representation of color #564263: hue angle of 276.36º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #564263 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 86 66 99 -
CMYK 0.13 0.33 0 0.61
HSL 276.36º 0.2% 0.32% -
HSV(B) 276.36º 0.33% 0.39% -
XYZ 8.04 6.78 12.69 -
YUV 75.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 86 66 99 0.13 0.33 0 0.61 276.36 0.2 0.32
Hex 56 42 63 D 21 0 3D 114 14 20
Octal 126 102 143 15 41 0 75 424 24 40
Binary 1010110 1000010 1100011 1101 100001 0 111101 100010100 10100 100000

Color Harmonies of #564263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564263

Black with #564263

Text Example


Text Example

White with #564263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564263; }

 p { color: rgb(86,66,99); }

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

background-color css

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

 a { background-color: rgb(86,66,99); }

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

border-color css

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

 span { border-color: rgb(86,66,99); }

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