Html Css Color HEX #563467 Honey Flower

📋 copy color: '#563467'

red 86 ◦ green 52 ◦ blue 103

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

Shades of Honey Flower #563467

Tints of Honey Flower #563467

RGB

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

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

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

R = 35.68%
G = 21.58%
B = 42.74%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#563467 (or 0x563467) is known color: Honey Flower. HEX triplet: 56, 34 and 67. RGB value is (86,52,103). Sum of RGB (Red+Green+Blue) = 86+52+103=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 103 - color contains mainly: blue. Hex color #563467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563467 is #A9CB98. Grayscale: #434343. Windows color (decimal): -11127705 or 6763606. OLE color: 6763606.

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

Color convert

RGB 86 52 103 -
CMYK 0.17 0.50 0 0.60
HSL 280º 0.33% 0.3% -
HSV(B) 280º 0.5% 0.4% -
XYZ 7.51 5.41 13.48 -
YUV 67.98 147.76 140.85 -
System Red Green Blue C M Y K H S L
Decimal 86 52 103 0.17 0.50 0 0.60 280 0.33 0.3
Hex 56 34 67 11 32 0 3C 118 21 1E
Octal 126 64 147 21 62 0 74 430 41 36
Binary 1010110 110100 1100111 10001 110010 0 111100 100011000 100001 11110

Color Harmonies of #563467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563467

Black with #563467

Text Example


Text Example

White with #563467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563467; }

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

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

background-color css

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

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

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

border-color css

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

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

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