Html Css Color HEX #584287 Gigas

📋 copy color: '#584287'

red 88 ◦ green 66 ◦ blue 135

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

Shades of Gigas #584287

Tints of Gigas #584287

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.84%

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

R = 30.45%
G = 22.84%
B = 46.71%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#584287 (or 0x584287) is known color: Gigas. HEX triplet: 58, 42 and 87. RGB value is (88,66,135). Sum of RGB (Red+Green+Blue) = 88+66+135=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 135 - color contains mainly: blue. Hex color #584287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584287 is #A7BD78. Grayscale: #505050. Windows color (decimal): -10993017 or 8864344. OLE color: 8864344.

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

Color convert

RGB 88 66 135 -
CMYK 0.35 0.51 0 0.47
HSL 259.13º 0.34% 0.39% -
HSV(B) 259.13º 0.51% 0.53% -
XYZ 10.35 7.72 23.87 -
YUV 80.44 158.79 133.39 -
System Red Green Blue C M Y K H S L
Decimal 88 66 135 0.35 0.51 0 0.47 259.13 0.34 0.39
Hex 58 42 87 23 33 0 2F 103 22 27
Octal 130 102 207 43 63 0 57 403 42 47
Binary 1011000 1000010 10000111 100011 110011 0 101111 100000011 100010 100111

Color Harmonies of #584287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584287

Black with #584287

Text Example


Text Example

White with #584287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584287; }

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

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

background-color css

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

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

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

border-color css

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

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

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