Html Css Color HEX #564187 Gigas

📋 copy color: '#564187'

red 86 ◦ green 65 ◦ blue 135

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

Shades of Gigas #564187

Tints of Gigas #564187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 47.2%

R = 30.07%
G = 22.73%
B = 47.2%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#564187 (or 0x564187) is known color: Gigas. HEX triplet: 56, 41 and 87. RGB value is (86,65,135). Sum of RGB (Red+Green+Blue) = 86+65+135=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #564187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564187 is #A9BE78. Grayscale: #4F4F4F. Windows color (decimal): -11124345 or 8864086. OLE color: 8864086.

HSL color Cylindrical-coordinate representation of color #564187: hue angle of 258º 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 #564187 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 65 135 -
CMYK 0.36 0.52 0 0.47
HSL 258º 0.35% 0.39% -
HSV(B) 258º 0.52% 0.53% -
XYZ 10.1 7.51 23.84 -
YUV 79.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 86 65 135 0.36 0.52 0 0.47 258 0.35 0.39
Hex 56 41 87 24 34 0 2F 102 23 27
Octal 126 101 207 44 64 0 57 402 43 47
Binary 1010110 1000001 10000111 100100 110100 0 101111 100000010 100011 100111

Color Harmonies of #564187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564187

Black with #564187

Text Example


Text Example

White with #564187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564187; }

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

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

background-color css

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

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

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

border-color css

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

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

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