Html Css Color HEX #564896 Gigas

📋 copy color: '#564896'

red 86 ◦ green 72 ◦ blue 150

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

Shades of Gigas #564896

Tints of Gigas #564896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.7%

R = 27.92%
G = 23.38%
B = 48.7%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#564896 (or 0x564896) is known color: Gigas. HEX triplet: 56, 48 and 96. RGB value is (86,72,150). Sum of RGB (Red+Green+Blue) = 86+72+150=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #564896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564896 is #A9B769. Grayscale: #545454. Windows color (decimal): -11122538 or 9848918. OLE color: 9848918.

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

Color convert

RGB 86 72 150 -
CMYK 0.43 0.52 0 0.41
HSL 250.77º 0.35% 0.44% -
HSV(B) 250.77º 0.52% 0.59% -
XYZ 11.66 8.82 29.94 -
YUV 85.08 164.64 128.66 -
System Red Green Blue C M Y K H S L
Decimal 86 72 150 0.43 0.52 0 0.41 250.77 0.35 0.44
Hex 56 48 96 2B 34 0 29 FB 23 2C
Octal 126 110 226 53 64 0 51 373 43 54
Binary 1010110 1001000 10010110 101011 110100 0 101001 11111011 100011 101100

Color Harmonies of #564896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564896

Black with #564896

Text Example


Text Example

White with #564896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564896; }

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

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

background-color css

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

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

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

border-color css

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

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

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