Html Css Color HEX #564990 Gigas

📋 copy color: '#564990'

red 86 ◦ green 73 ◦ blue 144

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

Shades of Gigas #564990

Tints of Gigas #564990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.09%

 BLUE value IS 144 (56.64% from 255) = 47.52%

R = 28.38%
G = 24.09%
B = 47.52%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#564990 (or 0x564990) is known color: Gigas. HEX triplet: 56, 49 and 90. RGB value is (86,73,144). Sum of RGB (Red+Green+Blue) = 86+73+144=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #564990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564990 is #A9B66F. Grayscale: #545454. Windows color (decimal): -11122288 or 9455958. OLE color: 9455958.

HSL color Cylindrical-coordinate representation of color #564990: hue angle of 250.99º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #564990 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 73 144 -
CMYK 0.40 0.49 0 0.44
HSL 250.99º 0.33% 0.43% -
HSV(B) 250.99º 0.49% 0.56% -
XYZ 11.25 8.76 27.48 -
YUV 84.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 86 73 144 0.40 0.49 0 0.44 250.99 0.33 0.43
Hex 56 49 90 28 31 0 2C FB 21 2B
Octal 126 111 220 50 61 0 54 373 41 53
Binary 1010110 1001001 10010000 101000 110001 0 101100 11111011 100001 101011

Color Harmonies of #564990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564990

Black with #564990

Text Example


Text Example

White with #564990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564990; }

 p { color: rgb(86,73,144); }

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

background-color css

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

 a { background-color: rgb(86,73,144); }

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

border-color css

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

 span { border-color: rgb(86,73,144); }

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