Html Css Color HEX #563C94 Daisy Bush

📋 copy color: '#563C94'

red 86 ◦ green 60 ◦ blue 148

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

Shades of Daisy Bush #563C94

Tints of Daisy Bush #563C94

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.41%

 BLUE value IS 148 (58.2% from 255) = 50.34%

R = 29.25%
G = 20.41%
B = 50.34%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#563C94 (or 0x563C94) is known color: Daisy Bush. HEX triplet: 56, 3C and 94. RGB value is (86,60,148). Sum of RGB (Red+Green+Blue) = 86+60+148=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #563C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563C94 is #A9C36B. Grayscale: #4D4D4D. Windows color (decimal): -11125612 or 9714774. OLE color: 9714774.

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

Color convert

RGB 86 60 148 -
CMYK 0.42 0.59 0 0.42
HSL 257.73º 0.42% 0.41% -
HSV(B) 257.73º 0.59% 0.58% -
XYZ 10.8 7.35 28.87 -
YUV 77.81 167.61 133.84 -
System Red Green Blue C M Y K H S L
Decimal 86 60 148 0.42 0.59 0 0.42 257.73 0.42 0.41
Hex 56 3C 94 2A 3B 0 2A 102 2A 29
Octal 126 74 224 52 73 0 52 402 52 51
Binary 1010110 111100 10010100 101010 111011 0 101010 100000010 101010 101001

Color Harmonies of #563C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563C94

Black with #563C94

Text Example


Text Example

White with #563C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,60,148); }

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

background-color css

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

 a { background-color: rgb(86,60,148); }

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

border-color css

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

 span { border-color: rgb(86,60,148); }

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