Html Css Color HEX #564887 Gigas

📋 copy color: '#564887'

red 86 ◦ green 72 ◦ blue 135

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

Shades of Gigas #564887

Tints of Gigas #564887

RGB

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

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

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

R = 29.35%
G = 24.57%
B = 46.08%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#564887 (or 0x564887) is known color: Gigas. HEX triplet: 56, 48 and 87. RGB value is (86,72,135). Sum of RGB (Red+Green+Blue) = 86+72+135=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 135 - color contains mainly: blue. Hex color #564887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564887 is #A9B778. Grayscale: #535353. Windows color (decimal): -11122553 or 8865878. OLE color: 8865878.

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

Color convert

RGB 86 72 135 -
CMYK 0.36 0.47 0 0.47
HSL 253.33º 0.3% 0.41% -
HSV(B) 253.33º 0.47% 0.53% -
XYZ 10.53 8.36 23.98 -
YUV 83.37 157.14 129.88 -
System Red Green Blue C M Y K H S L
Decimal 86 72 135 0.36 0.47 0 0.47 253.33 0.3 0.41
Hex 56 48 87 24 2F 0 2F FD 1E 29
Octal 126 110 207 44 57 0 57 375 36 51
Binary 1010110 1001000 10000111 100100 101111 0 101111 11111101 11110 101001

Color Harmonies of #564887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564887

Black with #564887

Text Example


Text Example

White with #564887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564887; }

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

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

background-color css

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

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

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

border-color css

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

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

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