Html Css Color HEX #564594 Gigas

📋 copy color: '#564594'

red 86 ◦ green 69 ◦ blue 148

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

Shades of Gigas #564594

Tints of Gigas #564594

RGB

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

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

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

R = 28.38%
G = 22.77%
B = 48.84%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#564594 (or 0x564594) is known color: Gigas. HEX triplet: 56, 45 and 94. RGB value is (86,69,148). Sum of RGB (Red+Green+Blue) = 86+69+148=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #564594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564594 is #A9BA6B. Grayscale: #525252. Windows color (decimal): -11123308 or 9717078. OLE color: 9717078.

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

Color convert

RGB 86 69 148 -
CMYK 0.42 0.53 0 0.42
HSL 252.91º 0.36% 0.43% -
HSV(B) 252.91º 0.53% 0.58% -
XYZ 11.31 8.37 29.04 -
YUV 83.09 164.63 130.08 -
System Red Green Blue C M Y K H S L
Decimal 86 69 148 0.42 0.53 0 0.42 252.91 0.36 0.43
Hex 56 45 94 2A 35 0 2A FD 24 2B
Octal 126 105 224 52 65 0 52 375 44 53
Binary 1010110 1000101 10010100 101010 110101 0 101010 11111101 100100 101011

Color Harmonies of #564594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564594

Black with #564594

Text Example


Text Example

White with #564594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564594; }

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

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

background-color css

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

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

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

border-color css

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

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

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