Html Css Color HEX #584587 Gigas

📋 copy color: '#584587'

red 88 ◦ green 69 ◦ blue 135

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

Shades of Gigas #584587

Tints of Gigas #584587

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.63%

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

R = 30.14%
G = 23.63%
B = 46.23%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#584587 (or 0x584587) is known color: Gigas. HEX triplet: 58, 45 and 87. RGB value is (88,69,135). Sum of RGB (Red+Green+Blue) = 88+69+135=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #584587 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584587 is #A7BA78. Grayscale: #515151. Windows color (decimal): -10992249 or 8865112. OLE color: 8865112.

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

Color convert

RGB 88 69 135 -
CMYK 0.35 0.49 0 0.47
HSL 257.27º 0.32% 0.4% -
HSV(B) 257.27º 0.49% 0.53% -
XYZ 10.53 8.08 23.93 -
YUV 82.21 157.79 132.13 -
System Red Green Blue C M Y K H S L
Decimal 88 69 135 0.35 0.49 0 0.47 257.27 0.32 0.4
Hex 58 45 87 23 31 0 2F 101 20 28
Octal 130 105 207 43 61 0 57 401 40 50
Binary 1011000 1000101 10000111 100011 110001 0 101111 100000001 100000 101000

Color Harmonies of #584587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584587

Black with #584587

Text Example


Text Example

White with #584587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584587; }

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

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

background-color css

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

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

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

border-color css

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

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

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