Html Css Color HEX #584385 Gigas

📋 copy color: '#584385'

red 88 ◦ green 67 ◦ blue 133

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

Shades of Gigas #584385

Tints of Gigas #584385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.26%

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

R = 30.56%
G = 23.26%
B = 46.18%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#584385 (or 0x584385) is known color: Gigas. HEX triplet: 58, 43 and 85. RGB value is (88,67,133). Sum of RGB (Red+Green+Blue) = 88+67+133=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #584385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584385 is #A7BC7A. Grayscale: #505050. Windows color (decimal): -10992763 or 8733528. OLE color: 8733528.

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

Color convert

RGB 88 67 133 -
CMYK 0.34 0.50 0 0.48
HSL 259.09º 0.33% 0.39% -
HSV(B) 259.09º 0.5% 0.52% -
XYZ 10.27 7.78 23.15 -
YUV 80.8 157.46 133.13 -
System Red Green Blue C M Y K H S L
Decimal 88 67 133 0.34 0.50 0 0.48 259.09 0.33 0.39
Hex 58 43 85 22 32 0 30 103 21 27
Octal 130 103 205 42 62 0 60 403 41 47
Binary 1011000 1000011 10000101 100010 110010 0 110000 100000011 100001 100111

Color Harmonies of #584385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584385

Black with #584385

Text Example


Text Example

White with #584385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584385; }

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

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

background-color css

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

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

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

border-color css

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

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

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