Html Css Color HEX #564288 Gigas

📋 copy color: '#564288'

red 86 ◦ green 66 ◦ blue 136

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

Shades of Gigas #564288

Tints of Gigas #564288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.92%

 BLUE value IS 136 (53.52% from 255) = 47.22%

R = 29.86%
G = 22.92%
B = 47.22%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#564288 (or 0x564288) is known color: Gigas. HEX triplet: 56, 42 and 88. RGB value is (86,66,136). Sum of RGB (Red+Green+Blue) = 86+66+136=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #564288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564288 is #A9BD77. Grayscale: #4F4F4F. Windows color (decimal): -11124088 or 8929878. OLE color: 8929878.

HSL color Cylindrical-coordinate representation of color #564288: hue angle of 257.14º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #564288 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 66 136 -
CMYK 0.37 0.51 0 0.47
HSL 257.14º 0.35% 0.4% -
HSV(B) 257.14º 0.51% 0.53% -
XYZ 10.23 7.65 24.23 -
YUV 79.96 159.63 132.31 -
System Red Green Blue C M Y K H S L
Decimal 86 66 136 0.37 0.51 0 0.47 257.14 0.35 0.4
Hex 56 42 88 25 33 0 2F 101 23 28
Octal 126 102 210 45 63 0 57 401 43 50
Binary 1010110 1000010 10001000 100101 110011 0 101111 100000001 100011 101000

Color Harmonies of #564288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564288

Black with #564288

Text Example


Text Example

White with #564288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564288; }

 p { color: rgb(86,66,136); }

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

background-color css

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

 a { background-color: rgb(86,66,136); }

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

border-color css

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

 span { border-color: rgb(86,66,136); }

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