Html Css Color HEX #584388 Gigas

📋 copy color: '#584388'

red 88 ◦ green 67 ◦ blue 136

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

Shades of Gigas #584388

Tints of Gigas #584388

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.02%

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

R = 30.24%
G = 23.02%
B = 46.74%

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

#584388 (or 0x584388) is known color: Gigas. HEX triplet: 58, 43 and 88. RGB value is (88,67,136). Sum of RGB (Red+Green+Blue) = 88+67+136=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #584388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584388 is #A7BC77. Grayscale: #505050. Windows color (decimal): -10992760 or 8930136. OLE color: 8930136.

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

Color convert

RGB 88 67 136 -
CMYK 0.35 0.51 0 0.47
HSL 258.26º 0.34% 0.4% -
HSV(B) 258.26º 0.51% 0.53% -
XYZ 10.48 7.87 24.26 -
YUV 81.15 158.96 132.89 -
System Red Green Blue C M Y K H S L
Decimal 88 67 136 0.35 0.51 0 0.47 258.26 0.34 0.4
Hex 58 43 88 23 33 0 2F 102 22 28
Octal 130 103 210 43 63 0 57 402 42 50
Binary 1011000 1000011 10001000 100011 110011 0 101111 100000010 100010 101000

Color Harmonies of #584388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584388

Black with #584388

Text Example


Text Example

White with #584388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584388; }

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

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

background-color css

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

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

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

border-color css

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

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

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