Html Css Color HEX #584187 Gigas

📋 copy color: '#584187'

red 88 ◦ green 65 ◦ blue 135

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

Shades of Gigas #584187

Tints of Gigas #584187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.88%

R = 30.56%
G = 22.57%
B = 46.88%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#584187 (or 0x584187) is known color: Gigas. HEX triplet: 58, 41 and 87. RGB value is (88,65,135). Sum of RGB (Red+Green+Blue) = 88+65+135=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: blue. Hex color #584187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584187 is #A7BE78. Grayscale: #4F4F4F. Windows color (decimal): -10993273 or 8864088. OLE color: 8864088.

HSL color Cylindrical-coordinate representation of color #584187: hue angle of 259.71º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #584187 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 65 135 -
CMYK 0.35 0.52 0 0.47
HSL 259.71º 0.35% 0.39% -
HSV(B) 259.71º 0.52% 0.53% -
XYZ 10.29 7.6 23.85 -
YUV 79.86 159.12 133.81 -
System Red Green Blue C M Y K H S L
Decimal 88 65 135 0.35 0.52 0 0.47 259.71 0.35 0.39
Hex 58 41 87 23 34 0 2F 104 23 27
Octal 130 101 207 43 64 0 57 404 43 47
Binary 1011000 1000001 10000111 100011 110100 0 101111 100000100 100011 100111

Color Harmonies of #584187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584187

Black with #584187

Text Example


Text Example

White with #584187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584187; }

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

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

background-color css

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

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

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

border-color css

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

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

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