Html Css Color HEX #584684 Gigas

📋 copy color: '#584684'

red 88 ◦ green 70 ◦ blue 132

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

Shades of Gigas #584684

Tints of Gigas #584684

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.14%

 BLUE value IS 132 (51.95% from 255) = 45.52%

R = 30.34%
G = 24.14%
B = 45.52%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#584684 (or 0x584684) is known color: Gigas. HEX triplet: 58, 46 and 84. RGB value is (88,70,132). Sum of RGB (Red+Green+Blue) = 88+70+132=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #584684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584684 is #A7B97B. Grayscale: #525252. Windows color (decimal): -10991996 or 8668760. OLE color: 8668760.

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

Color convert

RGB 88 70 132 -
CMYK 0.33 0.47 0 0.48
HSL 257.42º 0.31% 0.4% -
HSV(B) 257.42º 0.47% 0.52% -
XYZ 10.38 8.12 22.85 -
YUV 82.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 88 70 132 0.33 0.47 0 0.48 257.42 0.31 0.4
Hex 58 46 84 21 2F 0 30 101 1F 28
Octal 130 106 204 41 57 0 60 401 37 50
Binary 1011000 1000110 10000100 100001 101111 0 110000 100000001 11111 101000

Color Harmonies of #584684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584684

Black with #584684

Text Example


Text Example

White with #584684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584684; }

 p { color: rgb(88,70,132); }

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

background-color css

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

 a { background-color: rgb(88,70,132); }

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

border-color css

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

 span { border-color: rgb(88,70,132); }

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