Html Css Color HEX #564285 Gigas

📋 copy color: '#564285'

red 86 ◦ green 66 ◦ blue 133

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

Shades of Gigas #564285

Tints of Gigas #564285

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.16%

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

R = 30.18%
G = 23.16%
B = 46.67%

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

#564285 (or 0x564285) is known color: Gigas. HEX triplet: 56, 42 and 85. RGB value is (86,66,133). Sum of RGB (Red+Green+Blue) = 86+66+133=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #564285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564285 is #A9BD7A. Grayscale: #4F4F4F. Windows color (decimal): -11124091 or 8733270. OLE color: 8733270.

HSL color Cylindrical-coordinate representation of color #564285: hue angle of 257.91º degrees, saturation: 0.34, 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 #564285 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 66 133 -
CMYK 0.35 0.50 0 0.48
HSL 257.91º 0.34% 0.39% -
HSV(B) 257.91º 0.5% 0.52% -
XYZ 10.02 7.57 23.12 -
YUV 79.62 158.13 132.55 -
System Red Green Blue C M Y K H S L
Decimal 86 66 133 0.35 0.50 0 0.48 257.91 0.34 0.39
Hex 56 42 85 23 32 0 30 102 22 27
Octal 126 102 205 43 62 0 60 402 42 47
Binary 1010110 1000010 10000101 100011 110010 0 110000 100000010 100010 100111

Color Harmonies of #564285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564285

Black with #564285

Text Example


Text Example

White with #564285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564285; }

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

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

background-color css

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

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

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

border-color css

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

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

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