Html Css Color HEX #584283 Gigas

📋 copy color: '#584283'

red 88 ◦ green 66 ◦ blue 131

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

Shades of Gigas #584283

Tints of Gigas #584283

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.16%

 BLUE value IS 131 (51.56% from 255) = 45.96%

R = 30.88%
G = 23.16%
B = 45.96%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#584283 (or 0x584283) is known color: Gigas. HEX triplet: 58, 42 and 83. RGB value is (88,66,131). Sum of RGB (Red+Green+Blue) = 88+66+131=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #584283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584283 is #A7BD7C. Grayscale: #4F4F4F. Windows color (decimal): -10993021 or 8602200. OLE color: 8602200.

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

Color convert

RGB 88 66 131 -
CMYK 0.33 0.50 0 0.49
HSL 260.31º 0.33% 0.39% -
HSV(B) 260.31º 0.5% 0.51% -
XYZ 10.07 7.61 22.41 -
YUV 79.99 156.79 133.71 -
System Red Green Blue C M Y K H S L
Decimal 88 66 131 0.33 0.50 0 0.49 260.31 0.33 0.39
Hex 58 42 83 21 32 0 31 104 21 27
Octal 130 102 203 41 62 0 61 404 41 47
Binary 1011000 1000010 10000011 100001 110010 0 110001 100000100 100001 100111

Color Harmonies of #584283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584283

Black with #584283

Text Example


Text Example

White with #584283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584283; }

 p { color: rgb(88,66,131); }

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

background-color css

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

 a { background-color: rgb(88,66,131); }

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

border-color css

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

 span { border-color: rgb(88,66,131); }

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