Html Css Color HEX #563065 Honey Flower

📋 copy color: '#563065'

red 86 ◦ green 48 ◦ blue 101

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

Shades of Honey Flower #563065

Tints of Honey Flower #563065

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.43%

 BLUE value IS 101 (39.84% from 255) = 42.98%

R = 36.6%
G = 20.43%
B = 42.98%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#563065 (or 0x563065) is known color: Honey Flower. HEX triplet: 56, 30 and 65. RGB value is (86,48,101). Sum of RGB (Red+Green+Blue) = 86+48+101=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #563065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563065 is #A9CF9A. Grayscale: #414141. Windows color (decimal): -11128731 or 6631510. OLE color: 6631510.

HSL color Cylindrical-coordinate representation of color #563065: hue angle of 283.02º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #563065 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 48 101 -
CMYK 0.15 0.52 0 0.60
HSL 283.02º 0.36% 0.29% -
HSV(B) 283.02º 0.52% 0.4% -
XYZ 7.24 5.03 12.9 -
YUV 65.4 148.09 142.69 -
System Red Green Blue C M Y K H S L
Decimal 86 48 101 0.15 0.52 0 0.60 283.02 0.36 0.29
Hex 56 30 65 F 34 0 3C 11B 24 1D
Octal 126 60 145 17 64 0 74 433 44 35
Binary 1010110 110000 1100101 1111 110100 0 111100 100011011 100100 11101

Color Harmonies of #563065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563065

Black with #563065

Text Example


Text Example

White with #563065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563065; }

 p { color: rgb(86,48,101); }

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

background-color css

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

 a { background-color: rgb(86,48,101); }

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

border-color css

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

 span { border-color: rgb(86,48,101); }

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