Html Css Color HEX #564590 Gigas

📋 copy color: '#564590'

red 86 ◦ green 69 ◦ blue 144

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

Shades of Gigas #564590

Tints of Gigas #564590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.08%

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

R = 28.76%
G = 23.08%
B = 48.16%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#564590 (or 0x564590) is known color: Gigas. HEX triplet: 56, 45 and 90. RGB value is (86,69,144). Sum of RGB (Red+Green+Blue) = 86+69+144=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #564590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564590 is #A9BA6F. Grayscale: #525252. Windows color (decimal): -11123312 or 9454934. OLE color: 9454934.

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

Color convert

RGB 86 69 144 -
CMYK 0.40 0.52 0 0.44
HSL 253.6º 0.35% 0.42% -
HSV(B) 253.6º 0.52% 0.56% -
XYZ 11 8.25 27.4 -
YUV 82.63 162.63 130.4 -
System Red Green Blue C M Y K H S L
Decimal 86 69 144 0.40 0.52 0 0.44 253.6 0.35 0.42
Hex 56 45 90 28 34 0 2C FE 23 2A
Octal 126 105 220 50 64 0 54 376 43 52
Binary 1010110 1000101 10010000 101000 110100 0 101100 11111110 100011 101010

Color Harmonies of #564590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564590

Black with #564590

Text Example


Text Example

White with #564590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564590; }

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

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

background-color css

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

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

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

border-color css

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

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

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