Html Css Color HEX #564797 Gigas

📋 copy color: '#564797'

red 86 ◦ green 71 ◦ blue 151

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

Shades of Gigas #564797

Tints of Gigas #564797

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.05%

 BLUE value IS 151 (59.38% from 255) = 49.03%

R = 27.92%
G = 23.05%
B = 49.03%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#564797 (or 0x564797) is known color: Gigas. HEX triplet: 56, 47 and 97. RGB value is (86,71,151). Sum of RGB (Red+Green+Blue) = 86+71+151=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 151 (59.38% from 255 or 49.03% from 308); Max value from RGB is 151 - color contains mainly: blue. Hex color #564797 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564797 is #A9B868. Grayscale: #545454. Windows color (decimal): -11122793 or 9914198. OLE color: 9914198.

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

Color convert

RGB 86 71 151 -
CMYK 0.43 0.53 0 0.41
HSL 251.25º 0.36% 0.44% -
HSV(B) 251.25º 0.53% 0.59% -
XYZ 11.68 8.72 30.35 -
YUV 84.61 165.47 129 -
System Red Green Blue C M Y K H S L
Decimal 86 71 151 0.43 0.53 0 0.41 251.25 0.36 0.44
Hex 56 47 97 2B 35 0 29 FB 24 2C
Octal 126 107 227 53 65 0 51 373 44 54
Binary 1010110 1000111 10010111 101011 110101 0 101001 11111011 100100 101100

Color Harmonies of #564797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564797

Black with #564797

Text Example


Text Example

White with #564797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564797; }

 p { color: rgb(86,71,151); }

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

background-color css

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

 a { background-color: rgb(86,71,151); }

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

border-color css

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

 span { border-color: rgb(86,71,151); }

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