Html Css Color HEX #564386 Gigas

📋 copy color: '#564386'

red 86 ◦ green 67 ◦ blue 134

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

Shades of Gigas #564386

Tints of Gigas #564386

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.34%

 BLUE value IS 134 (52.73% from 255) = 46.69%

R = 29.97%
G = 23.34%
B = 46.69%

CMYK

 C value IS 0.36

 M value IS 0.5

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#564386 (or 0x564386) is known color: Gigas. HEX triplet: 56, 43 and 86. RGB value is (86,67,134). Sum of RGB (Red+Green+Blue) = 86+67+134=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 134 - color contains mainly: blue. Hex color #564386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564386 is #A9BC79. Grayscale: #505050. Windows color (decimal): -11123834 or 8799062. OLE color: 8799062.

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

Color convert

RGB 86 67 134 -
CMYK 0.36 0.5 0 0.47
HSL 257.01º 0.33% 0.39% -
HSV(B) 257.01º 0.5% 0.53% -
XYZ 10.15 7.71 23.51 -
YUV 80.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 86 67 134 0.36 0.5 0 0.47 257.01 0.33 0.39
Hex 56 43 86 24 32 0 2F 101 21 27
Octal 126 103 206 44 62 0 57 401 41 47
Binary 1010110 1000011 10000110 100100 110010 0 101111 100000001 100001 100111

Color Harmonies of #564386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564386

Black with #564386

Text Example


Text Example

White with #564386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564386; }

 p { color: rgb(86,67,134); }

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

background-color css

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

 a { background-color: rgb(86,67,134); }

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

border-color css

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

 span { border-color: rgb(86,67,134); }

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