#584688

Color #584688 Gigas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gigas #584688

Tints of Gigas #584688

Color information

#584688 (or 0x584688) is unknown color: approx 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

RGB8870136-
CMYK0.350.4900.47
HSL256.36º32.04%40.39%-
HSV(B)256.36º48.53%53.33%-
XYZ10.668.2324.32-
YUV82.91157.96131.63-

RGB Variations

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

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 (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88701360.350.4900.47256.3632.0440.39
Hex584688233102F1002028
Octal13010621043610574004050
Binary10110001000110100010001000111100010101111100000000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>