Html Css Color HEX #584781 Gigas

📋 copy color: '#584781'

red 88 ◦ green 71 ◦ blue 129

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

Shades of Gigas #584781

Tints of Gigas #584781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.79%

R = 30.56%
G = 24.65%
B = 44.79%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#584781 (or 0x584781) is known color: Gigas. HEX triplet: 58, 47 and 81. RGB value is (88,71,129). Sum of RGB (Red+Green+Blue) = 88+71+129=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 129 - color contains mainly: blue. Hex color #584781 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584781 is #A7B87E. Grayscale: #525252. Windows color (decimal): -10991743 or 8472408. OLE color: 8472408.

HSL color Cylindrical-coordinate representation of color #584781: hue angle of 257.59º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #584781 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 71 129 -
CMYK 0.32 0.45 0 0.49
HSL 257.59º 0.29% 0.39% -
HSV(B) 257.59º 0.45% 0.51% -
XYZ 10.24 8.17 21.81 -
YUV 82.7 154.13 131.78 -
System Red Green Blue C M Y K H S L
Decimal 88 71 129 0.32 0.45 0 0.49 257.59 0.29 0.39
Hex 58 47 81 20 2D 0 31 102 1D 27
Octal 130 107 201 40 55 0 61 402 35 47
Binary 1011000 1000111 10000001 100000 101101 0 110001 100000010 11101 100111

Color Harmonies of #584781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584781

Black with #584781

Text Example


Text Example

White with #584781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584781; }

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

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

background-color css

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

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

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

border-color css

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

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

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