Html Css Color HEX #584585 Gigas

📋 copy color: '#584585'

red 88 ◦ green 69 ◦ blue 133

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

Shades of Gigas #584585

Tints of Gigas #584585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.86%

R = 30.34%
G = 23.79%
B = 45.86%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#584585 (or 0x584585) is known color: Gigas. HEX triplet: 58, 45 and 85. RGB value is (88,69,133). Sum of RGB (Red+Green+Blue) = 88+69+133=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #584585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584585 is #A7BA7A. Grayscale: #515151. Windows color (decimal): -10992251 or 8734040. OLE color: 8734040.

HSL color Cylindrical-coordinate representation of color #584585: hue angle of 257.81º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #584585 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 69 133 -
CMYK 0.34 0.48 0 0.48
HSL 257.81º 0.32% 0.4% -
HSV(B) 257.81º 0.48% 0.52% -
XYZ 10.39 8.02 23.19 -
YUV 81.98 156.79 132.3 -
System Red Green Blue C M Y K H S L
Decimal 88 69 133 0.34 0.48 0 0.48 257.81 0.32 0.4
Hex 58 45 85 22 30 0 30 102 20 28
Octal 130 105 205 42 60 0 60 402 40 50
Binary 1011000 1000101 10000101 100010 110000 0 110000 100000010 100000 101000

Color Harmonies of #584585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584585

Black with #584585

Text Example


Text Example

White with #584585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584585; }

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

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

background-color css

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

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

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

border-color css

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

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

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