Html Css Color HEX #563468 Honey Flower

📋 copy color: '#563468'

red 86 ◦ green 52 ◦ blue 104

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

Shades of Honey Flower #563468

Tints of Honey Flower #563468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

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

R = 35.54%
G = 21.49%
B = 42.98%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#563468 (or 0x563468) is known color: Honey Flower. HEX triplet: 56, 34 and 68. RGB value is (86,52,104). Sum of RGB (Red+Green+Blue) = 86+52+104=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #563468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563468 is #A9CB97. Grayscale: #434343. Windows color (decimal): -11127704 or 6829142. OLE color: 6829142.

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

Color convert

RGB 86 52 104 -
CMYK 0.17 0.50 0 0.59
HSL 279.23º 0.33% 0.31% -
HSV(B) 279.23º 0.5% 0.41% -
XYZ 7.56 5.43 13.75 -
YUV 68.09 148.26 140.77 -
System Red Green Blue C M Y K H S L
Decimal 86 52 104 0.17 0.50 0 0.59 279.23 0.33 0.31
Hex 56 34 68 11 32 0 3B 117 21 1F
Octal 126 64 150 21 62 0 73 427 41 37
Binary 1010110 110100 1101000 10001 110010 0 111011 100010111 100001 11111

Color Harmonies of #563468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563468

Black with #563468

Text Example


Text Example

White with #563468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563468; }

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

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

background-color css

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

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

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

border-color css

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

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

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