Html Css Color HEX #584286 Gigas

📋 copy color: '#584286'

red 88 ◦ green 66 ◦ blue 134

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

Shades of Gigas #584286

Tints of Gigas #584286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 46.53%

R = 30.56%
G = 22.92%
B = 46.53%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#584286 (or 0x584286) is known color: Gigas. HEX triplet: 58, 42 and 86. RGB value is (88,66,134). Sum of RGB (Red+Green+Blue) = 88+66+134=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 134 - color contains mainly: blue. Hex color #584286 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584286 is #A7BD79. Grayscale: #505050. Windows color (decimal): -10993018 or 8798808. OLE color: 8798808.

HSL color Cylindrical-coordinate representation of color #584286: hue angle of 259.41º 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 #584286 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 66 134 -
CMYK 0.34 0.51 0 0.47
HSL 259.41º 0.34% 0.39% -
HSV(B) 259.41º 0.51% 0.53% -
XYZ 10.28 7.69 23.5 -
YUV 80.33 158.29 133.47 -
System Red Green Blue C M Y K H S L
Decimal 88 66 134 0.34 0.51 0 0.47 259.41 0.34 0.39
Hex 58 42 86 22 33 0 2F 103 22 27
Octal 130 102 206 42 63 0 57 403 42 47
Binary 1011000 1000010 10000110 100010 110011 0 101111 100000011 100010 100111

Color Harmonies of #584286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584286

Black with #584286

Text Example


Text Example

White with #584286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584286; }

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

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

background-color css

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

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

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

border-color css

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

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

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