Html Css Color HEX #562995 Daisy Bush

📋 copy color: '#562995'

red 86 ◦ green 41 ◦ blue 149

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

Shades of Daisy Bush #562995

Tints of Daisy Bush #562995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.86%

 BLUE value IS 149 (58.59% from 255) = 53.99%

R = 31.16%
G = 14.86%
B = 53.99%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#562995 (or 0x562995) is known color: Daisy Bush. HEX triplet: 56, 29 and 95. RGB value is (86,41,149). Sum of RGB (Red+Green+Blue) = 86+41+149=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #562995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562995 is #A9D66A. Grayscale: #424242. Windows color (decimal): -11130475 or 9775446. OLE color: 9775446.

HSL color Cylindrical-coordinate representation of color #562995: hue angle of 265º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #562995 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 41 149 -
CMYK 0.42 0.72 0 0.42
HSL 265º 0.57% 0.37% -
HSV(B) 265º 0.72% 0.58% -
XYZ 10.06 5.73 29.01 -
YUV 66.77 174.41 141.72 -
System Red Green Blue C M Y K H S L
Decimal 86 41 149 0.42 0.72 0 0.42 265 0.57 0.37
Hex 56 29 95 2A 48 0 2A 109 39 25
Octal 126 51 225 52 110 0 52 411 71 45
Binary 1010110 101001 10010101 101010 1001000 0 101010 100001001 111001 100101

Color Harmonies of #562995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562995

Black with #562995

Text Example


Text Example

White with #562995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562995; }

 p { color: rgb(86,41,149); }

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

background-color css

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

 a { background-color: rgb(86,41,149); }

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

border-color css

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

 span { border-color: rgb(86,41,149); }

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