Html Css Color HEX #584182 Gigas

📋 copy color: '#584182'

red 88 ◦ green 65 ◦ blue 130

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

Shades of Gigas #584182

Tints of Gigas #584182

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.97%

 BLUE value IS 130 (51.17% from 255) = 45.94%

R = 31.1%
G = 22.97%
B = 45.94%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#584182 (or 0x584182) is known color: Gigas. HEX triplet: 58, 41 and 82. RGB value is (88,65,130). Sum of RGB (Red+Green+Blue) = 88+65+130=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #584182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584182 is #A7BE7D. Grayscale: #4F4F4F. Windows color (decimal): -10993278 or 8536408. OLE color: 8536408.

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

Color convert

RGB 88 65 130 -
CMYK 0.32 0.50 0 0.49
HSL 261.23º 0.33% 0.38% -
HSV(B) 261.23º 0.5% 0.51% -
XYZ 9.94 7.47 22.04 -
YUV 79.29 156.62 134.21 -
System Red Green Blue C M Y K H S L
Decimal 88 65 130 0.32 0.50 0 0.49 261.23 0.33 0.38
Hex 58 41 82 20 32 0 31 105 21 26
Octal 130 101 202 40 62 0 61 405 41 46
Binary 1011000 1000001 10000010 100000 110010 0 110001 100000101 100001 100110

Color Harmonies of #584182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584182

Black with #584182

Text Example


Text Example

White with #584182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584182; }

 p { color: rgb(88,65,130); }

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

background-color css

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

 a { background-color: rgb(88,65,130); }

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

border-color css

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

 span { border-color: rgb(88,65,130); }

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