Html Css Color HEX #563A8A Daisy Bush

📋 copy color: '#563A8A'

red 86 ◦ green 58 ◦ blue 138

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

Shades of Daisy Bush #563A8A

Tints of Daisy Bush #563A8A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.57%

 BLUE value IS 138 (54.3% from 255) = 48.94%

R = 30.5%
G = 20.57%
B = 48.94%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#563A8A (or 0x563A8A) is known color: Daisy Bush. HEX triplet: 56, 3A and 8A. RGB value is (86,58,138). Sum of RGB (Red+Green+Blue) = 86+58+138=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #563A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563A8A is #A9C575. Grayscale: #4B4B4B. Windows color (decimal): -11126134 or 9058902. OLE color: 9058902.

HSL color Cylindrical-coordinate representation of color #563A8A: hue angle of 261º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #563A8A is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 58 138 -
CMYK 0.38 0.58 0 0.46
HSL 261º 0.41% 0.38% -
HSV(B) 261º 0.58% 0.54% -
XYZ 9.94 6.84 24.84 -
YUV 75.49 163.28 135.5 -
System Red Green Blue C M Y K H S L
Decimal 86 58 138 0.38 0.58 0 0.46 261 0.41 0.38
Hex 56 3A 8A 26 3A 0 2E 105 29 26
Octal 126 72 212 46 72 0 56 405 51 46
Binary 1010110 111010 10001010 100110 111010 0 101110 100000101 101001 100110

Color Harmonies of #563A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563A8A

Black with #563A8A

Text Example


Text Example

White with #563A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563A8A; }

 p { color: rgb(86,58,138); }

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

background-color css

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

 a { background-color: rgb(86,58,138); }

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

border-color css

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

 span { border-color: rgb(86,58,138); }

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