Html Css Color HEX #564385 Gigas

📋 copy color: '#564385'

red 86 ◦ green 67 ◦ blue 133

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

Shades of Gigas #564385

Tints of Gigas #564385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.5%

R = 30.07%
G = 23.43%
B = 46.5%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#564385 (or 0x564385) is known color: Gigas. HEX triplet: 56, 43 and 85. RGB value is (86,67,133). Sum of RGB (Red+Green+Blue) = 86+67+133=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #564385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564385 is #A9BC7A. Grayscale: #4F4F4F. Windows color (decimal): -11123835 or 8733526. OLE color: 8733526.

HSL color Cylindrical-coordinate representation of color #564385: hue angle of 257.27º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #564385 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 67 133 -
CMYK 0.35 0.50 0 0.48
HSL 257.27º 0.33% 0.39% -
HSV(B) 257.27º 0.5% 0.52% -
XYZ 10.08 7.69 23.14 -
YUV 80.21 157.79 132.13 -
System Red Green Blue C M Y K H S L
Decimal 86 67 133 0.35 0.50 0 0.48 257.27 0.33 0.39
Hex 56 43 85 23 32 0 30 101 21 27
Octal 126 103 205 43 62 0 60 401 41 47
Binary 1010110 1000011 10000101 100011 110010 0 110000 100000001 100001 100111

Color Harmonies of #564385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564385

Black with #564385

Text Example


Text Example

White with #564385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564385; }

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

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

background-color css

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

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

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

border-color css

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

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

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