Html Css Color HEX #563F85 Gigas

📋 copy color: '#563F85'

red 86 ◦ green 63 ◦ blue 133

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

Shades of Gigas #563F85

Tints of Gigas #563F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.16%

R = 30.5%
G = 22.34%
B = 47.16%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#563F85 (or 0x563F85) is known color: Gigas. HEX triplet: 56, 3F and 85. RGB value is (86,63,133). Sum of RGB (Red+Green+Blue) = 86+63+133=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #563F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563F85 is #A9C07A. Grayscale: #4D4D4D. Windows color (decimal): -11124859 or 8732502. OLE color: 8732502.

HSL color Cylindrical-coordinate representation of color #563F85: hue angle of 259.71º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #563F85 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 63 133 -
CMYK 0.35 0.53 0 0.48
HSL 259.71º 0.36% 0.38% -
HSV(B) 259.71º 0.53% 0.52% -
XYZ 9.85 7.23 23.07 -
YUV 77.86 159.12 133.81 -
System Red Green Blue C M Y K H S L
Decimal 86 63 133 0.35 0.53 0 0.48 259.71 0.36 0.38
Hex 56 3F 85 23 35 0 30 104 24 26
Octal 126 77 205 43 65 0 60 404 44 46
Binary 1010110 111111 10000101 100011 110101 0 110000 100000100 100100 100110

Color Harmonies of #563F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563F85

Black with #563F85

Text Example


Text Example

White with #563F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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