Html Css Color HEX #584280 Gigas

📋 copy color: '#584280'

red 88 ◦ green 66 ◦ blue 128

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

Shades of Gigas #584280

Tints of Gigas #584280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 45.39%

R = 31.21%
G = 23.4%
B = 45.39%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#584280 (or 0x584280) is known color: Gigas. HEX triplet: 58, 42 and 80. RGB value is (88,66,128). Sum of RGB (Red+Green+Blue) = 88+66+128=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 128 - color contains mainly: blue. Hex color #584280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584280 is #A7BD7F. Grayscale: #4F4F4F. Windows color (decimal): -10993024 or 8405592. OLE color: 8405592.

HSL color Cylindrical-coordinate representation of color #584280: hue angle of 261.29º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #584280 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 66 128 -
CMYK 0.31 0.48 0 0.50
HSL 261.29º 0.32% 0.38% -
HSV(B) 261.29º 0.48% 0.5% -
XYZ 9.87 7.53 21.36 -
YUV 79.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 88 66 128 0.31 0.48 0 0.50 261.29 0.32 0.38
Hex 58 42 80 1F 30 0 32 105 20 26
Octal 130 102 200 37 60 0 62 405 40 46
Binary 1011000 1000010 10000000 11111 110000 0 110010 100000101 100000 100110

Color Harmonies of #584280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584280

Black with #584280

Text Example


Text Example

White with #584280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584280; }

 p { color: rgb(88,66,128); }

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

background-color css

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

 a { background-color: rgb(88,66,128); }

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

border-color css

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

 span { border-color: rgb(88,66,128); }

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