Html Css Color HEX #584778 Gigas

📋 copy color: '#584778'

red 88 ◦ green 71 ◦ blue 120

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

Shades of Gigas #584778

Tints of Gigas #584778

RGB

 RED value IS 88 (34.77% from 255) = 31.54%

 GREEN value IS 71 (28.13% from 255) = 25.45%

 BLUE value IS 120 (47.27% from 255) = 43.01%

R = 31.54%
G = 25.45%
B = 43.01%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#584778 (or 0x584778) is known color: Gigas. HEX triplet: 58, 47 and 78. RGB value is (88,71,120). Sum of RGB (Red+Green+Blue) = 88+71+120=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 120 - color contains mainly: blue. Hex color #584778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584778 is #A7B887. Grayscale: #515151. Windows color (decimal): -10991752 or 7882584. OLE color: 7882584.

HSL color Cylindrical-coordinate representation of color #584778: hue angle of 260.82º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #584778 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 71 120 -
CMYK 0.27 0.41 0 0.53
HSL 260.82º 0.26% 0.37% -
HSV(B) 260.82º 0.41% 0.47% -
XYZ 9.67 7.94 18.79 -
YUV 81.67 149.63 132.52 -
System Red Green Blue C M Y K H S L
Decimal 88 71 120 0.27 0.41 0 0.53 260.82 0.26 0.37
Hex 58 47 78 1B 29 0 35 105 1A 25
Octal 130 107 170 33 51 0 65 405 32 45
Binary 1011000 1000111 1111000 11011 101001 0 110101 100000101 11010 100101

Color Harmonies of #584778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584778

Black with #584778

Text Example


Text Example

White with #584778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584778; }

 p { color: rgb(88,71,120); }

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

background-color css

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

 a { background-color: rgb(88,71,120); }

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

border-color css

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

 span { border-color: rgb(88,71,120); }

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