Html Css Color HEX #562599 Daisy Bush

📋 copy color: '#562599'

red 86 ◦ green 37 ◦ blue 153

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

Shades of Daisy Bush #562599

Tints of Daisy Bush #562599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.41%

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

R = 31.16%
G = 13.41%
B = 55.43%

CMYK

 C value IS 0.44

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#562599 (or 0x562599) is known color: Daisy Bush. HEX triplet: 56, 25 and 99. RGB value is (86,37,153). Sum of RGB (Red+Green+Blue) = 86+37+153=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #562599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562599 is #A9DA66. Grayscale: #404040. Windows color (decimal): -11131495 or 10036566. OLE color: 10036566.

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

Color convert

RGB 86 37 153 -
CMYK 0.44 0.76 0 0.4
HSL 265.34º 0.61% 0.37% -
HSV(B) 265.34º 0.76% 0.6% -
XYZ 10.25 5.6 30.68 -
YUV 64.88 177.73 143.07 -
System Red Green Blue C M Y K H S L
Decimal 86 37 153 0.44 0.76 0 0.4 265.34 0.61 0.37
Hex 56 25 99 2C 4C 0 28 109 3D 25
Octal 126 45 231 54 114 0 50 411 75 45
Binary 1010110 100101 10011001 101100 1001100 0 101000 100001001 111101 100101

Color Harmonies of #562599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562599

Black with #562599

Text Example


Text Example

White with #562599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562599; }

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

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

background-color css

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

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

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

border-color css

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

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

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