Html Css Color HEX #564894 Gigas

📋 copy color: '#564894'

red 86 ◦ green 72 ◦ blue 148

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

Shades of Gigas #564894

Tints of Gigas #564894

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.53%

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

R = 28.1%
G = 23.53%
B = 48.37%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#564894 (or 0x564894) is known color: Gigas. HEX triplet: 56, 48 and 94. RGB value is (86,72,148). Sum of RGB (Red+Green+Blue) = 86+72+148=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #564894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564894 is #A9B76B. Grayscale: #545454. Windows color (decimal): -11122540 or 9717846. OLE color: 9717846.

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

Color convert

RGB 86 72 148 -
CMYK 0.42 0.51 0 0.42
HSL 251.05º 0.35% 0.43% -
HSV(B) 251.05º 0.51% 0.58% -
XYZ 11.5 8.75 29.1 -
YUV 84.85 163.64 128.82 -
System Red Green Blue C M Y K H S L
Decimal 86 72 148 0.42 0.51 0 0.42 251.05 0.35 0.43
Hex 56 48 94 2A 33 0 2A FB 23 2B
Octal 126 110 224 52 63 0 52 373 43 53
Binary 1010110 1001000 10010100 101010 110011 0 101010 11111011 100011 101011

Color Harmonies of #564894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564894

Black with #564894

Text Example


Text Example

White with #564894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564894; }

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

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

background-color css

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

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

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

border-color css

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

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

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