Html Css Color HEX #584384 Gigas

📋 copy color: '#584384'

red 88 ◦ green 67 ◦ blue 132

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

Shades of Gigas #584384

Tints of Gigas #584384

RGB

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

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

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

R = 30.66%
G = 23.34%
B = 45.99%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#584384 (or 0x584384) is known color: Gigas. HEX triplet: 58, 43 and 84. RGB value is (88,67,132). Sum of RGB (Red+Green+Blue) = 88+67+132=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 132 - color contains mainly: blue. Hex color #584384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584384 is #A7BC7B. Grayscale: #505050. Windows color (decimal): -10992764 or 8667992. OLE color: 8667992.

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

Color convert

RGB 88 67 132 -
CMYK 0.33 0.49 0 0.48
HSL 259.38º 0.33% 0.39% -
HSV(B) 259.38º 0.49% 0.52% -
XYZ 10.2 7.75 22.79 -
YUV 80.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 88 67 132 0.33 0.49 0 0.48 259.38 0.33 0.39
Hex 58 43 84 21 31 0 30 103 21 27
Octal 130 103 204 41 61 0 60 403 41 47
Binary 1011000 1000011 10000100 100001 110001 0 110000 100000011 100001 100111

Color Harmonies of #584384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584384

Black with #584384

Text Example


Text Example

White with #584384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584384; }

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

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

background-color css

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

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

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

border-color css

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

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

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