Html Css Color HEX #564499 Daisy Bush

📋 copy color: '#564499'

red 86 ◦ green 68 ◦ blue 153

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

Shades of Daisy Bush #564499

Tints of Daisy Bush #564499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.15%

 BLUE value IS 153 (60.16% from 255) = 49.84%

R = 28.01%
G = 22.15%
B = 49.84%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#564499 (or 0x564499) is known color: Daisy Bush. HEX triplet: 56, 44 and 99. RGB value is (86,68,153). Sum of RGB (Red+Green+Blue) = 86+68+153=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #564499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564499 is #A9BB66. Grayscale: #525252. Windows color (decimal): -11123559 or 10044502. OLE color: 10044502.

HSL color Cylindrical-coordinate representation of color #564499: hue angle of 252.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #564499 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 68 153 -
CMYK 0.44 0.56 0 0.4
HSL 252.71º 0.38% 0.43% -
HSV(B) 252.71º 0.56% 0.6% -
XYZ 11.65 8.41 31.15 -
YUV 83.07 167.46 130.09 -
System Red Green Blue C M Y K H S L
Decimal 86 68 153 0.44 0.56 0 0.4 252.71 0.38 0.43
Hex 56 44 99 2C 38 0 28 FD 26 2B
Octal 126 104 231 54 70 0 50 375 46 53
Binary 1010110 1000100 10011001 101100 111000 0 101000 11111101 100110 101011

Color Harmonies of #564499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564499

Black with #564499

Text Example


Text Example

White with #564499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564499; }

 p { color: rgb(86,68,153); }

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

background-color css

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

 a { background-color: rgb(86,68,153); }

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

border-color css

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

 span { border-color: rgb(86,68,153); }

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