Html Css Color HEX #584281 Gigas

📋 copy color: '#584281'

red 88 ◦ green 66 ◦ blue 129

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

Shades of Gigas #584281

Tints of Gigas #584281

RGB

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

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

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

R = 31.1%
G = 23.32%
B = 45.58%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#584281 (or 0x584281) is known color: Gigas. HEX triplet: 58, 42 and 81. RGB value is (88,66,129). Sum of RGB (Red+Green+Blue) = 88+66+129=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #584281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584281 is #A7BD7E. Grayscale: #4F4F4F. Windows color (decimal): -10993023 or 8471128. OLE color: 8471128.

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

Color convert

RGB 88 66 129 -
CMYK 0.32 0.49 0 0.49
HSL 260.95º 0.32% 0.38% -
HSV(B) 260.95º 0.49% 0.51% -
XYZ 9.94 7.56 21.7 -
YUV 79.76 155.79 133.88 -
System Red Green Blue C M Y K H S L
Decimal 88 66 129 0.32 0.49 0 0.49 260.95 0.32 0.38
Hex 58 42 81 20 31 0 31 105 20 26
Octal 130 102 201 40 61 0 61 405 40 46
Binary 1011000 1000010 10000001 100000 110001 0 110001 100000101 100000 100110

Color Harmonies of #584281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584281

Black with #584281

Text Example


Text Example

White with #584281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584281; }

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

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

background-color css

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

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

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

border-color css

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

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

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