Html Css Color HEX #584688 Gigas

📋 copy color: '#584688'

red 88 ◦ green 70 ◦ blue 136

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

Shades of Gigas #584688

Tints of Gigas #584688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.26%

R = 29.93%
G = 23.81%
B = 46.26%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#584688 (or 0x584688) is known color: Gigas. HEX triplet: 58, 46 and 88. RGB value is (88,70,136). Sum of RGB (Red+Green+Blue) = 88+70+136=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #584688 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584688 is #A7B977. Grayscale: #525252. Windows color (decimal): -10991992 or 8930904. OLE color: 8930904.

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

Color convert

RGB 88 70 136 -
CMYK 0.35 0.49 0 0.47
HSL 256.36º 0.32% 0.4% -
HSV(B) 256.36º 0.49% 0.53% -
XYZ 10.66 8.23 24.32 -
YUV 82.91 157.96 131.63 -
System Red Green Blue C M Y K H S L
Decimal 88 70 136 0.35 0.49 0 0.47 256.36 0.32 0.4
Hex 58 46 88 23 31 0 2F 100 20 28
Octal 130 106 210 43 61 0 57 400 40 50
Binary 1011000 1000110 10001000 100011 110001 0 101111 100000000 100000 101000

Color Harmonies of #584688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584688

Black with #584688

Text Example


Text Example

White with #584688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584688; }

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

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

background-color css

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

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

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

border-color css

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

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

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