Html Css Color HEX #564188 Gigas

📋 copy color: '#564188'

red 86 ◦ green 65 ◦ blue 136

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

Shades of Gigas #564188

Tints of Gigas #564188

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.65%

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

R = 29.97%
G = 22.65%
B = 47.39%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#564188 (or 0x564188) is known color: Gigas. HEX triplet: 56, 41 and 88. RGB value is (86,65,136). Sum of RGB (Red+Green+Blue) = 86+65+136=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #564188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564188 is #A9BE77. Grayscale: #4F4F4F. Windows color (decimal): -11124344 or 8929622. OLE color: 8929622.

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

Color convert

RGB 86 65 136 -
CMYK 0.37 0.52 0 0.47
HSL 257.75º 0.35% 0.39% -
HSV(B) 257.75º 0.52% 0.53% -
XYZ 10.17 7.54 24.21 -
YUV 79.37 159.96 132.73 -
System Red Green Blue C M Y K H S L
Decimal 86 65 136 0.37 0.52 0 0.47 257.75 0.35 0.39
Hex 56 41 88 25 34 0 2F 102 23 27
Octal 126 101 210 45 64 0 57 402 43 47
Binary 1010110 1000001 10001000 100101 110100 0 101111 100000010 100011 100111

Color Harmonies of #564188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564188

Black with #564188

Text Example


Text Example

White with #564188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564188; }

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

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

background-color css

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

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

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

border-color css

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

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

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