Html Css Color HEX #584675 Gigas

📋 copy color: '#584675'

red 88 ◦ green 70 ◦ blue 117

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

Shades of Gigas #584675

Tints of Gigas #584675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.55%

R = 32%
G = 25.45%
B = 42.55%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#584675 (or 0x584675) is known color: Gigas. HEX triplet: 58, 46 and 75. RGB value is (88,70,117). Sum of RGB (Red+Green+Blue) = 88+70+117=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #584675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584675 is #A7B98A. Grayscale: #505050. Windows color (decimal): -10992011 or 7685720. OLE color: 7685720.

HSL color Cylindrical-coordinate representation of color #584675: hue angle of 262.98º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #584675 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 70 117 -
CMYK 0.25 0.40 0 0.54
HSL 262.98º 0.25% 0.37% -
HSV(B) 262.98º 0.4% 0.46% -
XYZ 9.43 7.74 17.83 -
YUV 80.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 88 70 117 0.25 0.40 0 0.54 262.98 0.25 0.37
Hex 58 46 75 19 28 0 36 107 19 25
Octal 130 106 165 31 50 0 66 407 31 45
Binary 1011000 1000110 1110101 11001 101000 0 110110 100000111 11001 100101

Color Harmonies of #584675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584675

Black with #584675

Text Example


Text Example

White with #584675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584675; }

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

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

background-color css

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

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

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

border-color css

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

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

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