Html Css Color HEX #584B99 Gigas

📋 copy color: '#584B99'

red 88 ◦ green 75 ◦ blue 153

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

Shades of Gigas #584B99

Tints of Gigas #584B99

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.73%

 BLUE value IS 153 (60.16% from 255) = 48.42%

R = 27.85%
G = 23.73%
B = 48.42%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#584B99 (or 0x584B99) is known color: Gigas. HEX triplet: 58, 4B and 99. RGB value is (88,75,153). Sum of RGB (Red+Green+Blue) = 88+75+153=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #584B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584B99 is #A7B466. Grayscale: #575757. Windows color (decimal): -10990695 or 10046296. OLE color: 10046296.

HSL color Cylindrical-coordinate representation of color #584B99: hue angle of 250º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #584B99 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 75 153 -
CMYK 0.42 0.51 0 0.4
HSL 250º 0.34% 0.45% -
HSV(B) 250º 0.51% 0.6% -
XYZ 12.29 9.41 31.3 -
YUV 87.78 164.81 128.16 -
System Red Green Blue C M Y K H S L
Decimal 88 75 153 0.42 0.51 0 0.4 250 0.34 0.45
Hex 58 4B 99 2A 33 0 28 FA 22 2D
Octal 130 113 231 52 63 0 50 372 42 55
Binary 1011000 1001011 10011001 101010 110011 0 101000 11111010 100010 101101

Color Harmonies of #584B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584B99

Black with #584B99

Text Example


Text Example

White with #584B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584B99; }

 p { color: rgb(88,75,153); }

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

background-color css

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

 a { background-color: rgb(88,75,153); }

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

border-color css

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

 span { border-color: rgb(88,75,153); }

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