Html Css Color HEX #554591 Gigas

📋 copy color: '#554591'

red 85 ◦ green 69 ◦ blue 145

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

Shades of Gigas #554591

Tints of Gigas #554591

RGB

 RED value IS 85 (33.59% from 255) = 28.43%

 GREEN value IS 69 (27.34% from 255) = 23.08%

 BLUE value IS 145 (57.03% from 255) = 48.49%

R = 28.43%
G = 23.08%
B = 48.49%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#554591 (or 0x554591) is known color: Gigas. HEX triplet: 55, 45 and 91. RGB value is (85,69,145). Sum of RGB (Red+Green+Blue) = 85+69+145=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #554591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554591 is #AABA6E. Grayscale: #525252. Windows color (decimal): -11188847 or 9520469. OLE color: 9520469.

HSL color Cylindrical-coordinate representation of color #554591: hue angle of 252.63º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #554591 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 69 145 -
CMYK 0.41 0.52 0 0.43
HSL 252.63º 0.36% 0.42% -
HSV(B) 252.63º 0.52% 0.57% -
XYZ 10.99 8.23 27.8 -
YUV 82.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 85 69 145 0.41 0.52 0 0.43 252.63 0.36 0.42
Hex 55 45 91 29 34 0 2B FD 24 2A
Octal 125 105 221 51 64 0 53 375 44 52
Binary 1010101 1000101 10010001 101001 110100 0 101011 11111101 100100 101010

Color Harmonies of #554591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554591

Black with #554591

Text Example


Text Example

White with #554591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554591; }

 p { color: rgb(85,69,145); }

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

background-color css

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

 a { background-color: rgb(85,69,145); }

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

border-color css

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

 span { border-color: rgb(85,69,145); }

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