Html Css Color HEX #564992 Gigas

📋 copy color: '#564992'

red 86 ◦ green 73 ◦ blue 146

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

Shades of Gigas #564992

Tints of Gigas #564992

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.93%

 BLUE value IS 146 (57.42% from 255) = 47.87%

R = 28.2%
G = 23.93%
B = 47.87%

CMYK

 C value IS 0.41

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#564992 (or 0x564992) is known color: Gigas. HEX triplet: 56, 49 and 92. RGB value is (86,73,146). Sum of RGB (Red+Green+Blue) = 86+73+146=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #564992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564992 is #A9B66D. Grayscale: #545454. Windows color (decimal): -11122286 or 9587030. OLE color: 9587030.

HSL color Cylindrical-coordinate representation of color #564992: hue angle of 250.68º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #564992 is Cyan = 0.41, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 73 146 -
CMYK 0.41 0.5 0 0.43
HSL 250.68º 0.33% 0.43% -
HSV(B) 250.68º 0.5% 0.57% -
XYZ 11.41 8.82 28.3 -
YUV 85.21 162.31 128.56 -
System Red Green Blue C M Y K H S L
Decimal 86 73 146 0.41 0.5 0 0.43 250.68 0.33 0.43
Hex 56 49 92 29 32 0 2B FB 21 2B
Octal 126 111 222 51 62 0 53 373 41 53
Binary 1010110 1001001 10010010 101001 110010 0 101011 11111011 100001 101011

Color Harmonies of #564992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564992

Black with #564992

Text Example


Text Example

White with #564992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564992; }

 p { color: rgb(86,73,146); }

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

background-color css

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

 a { background-color: rgb(86,73,146); }

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

border-color css

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

 span { border-color: rgb(86,73,146); }

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