Html Css Color HEX #563F92 Daisy Bush

📋 copy color: '#563F92'

red 86 ◦ green 63 ◦ blue 146

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

Shades of Daisy Bush #563F92

Tints of Daisy Bush #563F92

RGB

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

 GREEN value IS 63 (25% from 255) = 21.36%

 BLUE value IS 146 (57.42% from 255) = 49.49%

R = 29.15%
G = 21.36%
B = 49.49%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#563F92 (or 0x563F92) is known color: Daisy Bush. HEX triplet: 56, 3F and 92. RGB value is (86,63,146). Sum of RGB (Red+Green+Blue) = 86+63+146=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #563F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563F92 is #A9C06D. Grayscale: #4F4F4F. Windows color (decimal): -11124846 or 9584470. OLE color: 9584470.

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

Color convert

RGB 86 63 146 -
CMYK 0.41 0.57 0 0.43
HSL 256.63º 0.4% 0.41% -
HSV(B) 256.63º 0.57% 0.57% -
XYZ 10.8 7.61 28.09 -
YUV 79.34 165.62 132.75 -
System Red Green Blue C M Y K H S L
Decimal 86 63 146 0.41 0.57 0 0.43 256.63 0.4 0.41
Hex 56 3F 92 29 39 0 2B 101 28 29
Octal 126 77 222 51 71 0 53 401 50 51
Binary 1010110 111111 10010010 101001 111001 0 101011 100000001 101000 101001

Color Harmonies of #563F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563F92

Black with #563F92

Text Example


Text Example

White with #563F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,63,146); }

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

background-color css

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

 a { background-color: rgb(86,63,146); }

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

border-color css

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

 span { border-color: rgb(86,63,146); }

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