Html Css Color HEX #584185 Gigas

📋 copy color: '#584185'

red 88 ◦ green 65 ◦ blue 133

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

Shades of Gigas #584185

Tints of Gigas #584185

RGB

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

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

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

R = 30.77%
G = 22.73%
B = 46.5%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#584185 (or 0x584185) is known color: Gigas. HEX triplet: 58, 41 and 85. RGB value is (88,65,133). Sum of RGB (Red+Green+Blue) = 88+65+133=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #584185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584185 is #A7BE7A. Grayscale: #4F4F4F. Windows color (decimal): -10993275 or 8733016. OLE color: 8733016.

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

Color convert

RGB 88 65 133 -
CMYK 0.34 0.51 0 0.48
HSL 260.29º 0.34% 0.39% -
HSV(B) 260.29º 0.51% 0.52% -
XYZ 10.15 7.55 23.11 -
YUV 79.63 158.12 133.97 -
System Red Green Blue C M Y K H S L
Decimal 88 65 133 0.34 0.51 0 0.48 260.29 0.34 0.39
Hex 58 41 85 22 33 0 30 104 22 27
Octal 130 101 205 42 63 0 60 404 42 47
Binary 1011000 1000001 10000101 100010 110011 0 110000 100000100 100010 100111

Color Harmonies of #584185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584185

Black with #584185

Text Example


Text Example

White with #584185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584185; }

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

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

background-color css

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

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

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

border-color css

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

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

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