Html Css Color HEX #554185 Gigas

📋 copy color: '#554185'

red 85 ◦ green 65 ◦ blue 133

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

Shades of Gigas #554185

Tints of Gigas #554185

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.97%

 BLUE value IS 133 (52.34% from 255) = 47%

R = 30.04%
G = 22.97%
B = 47%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#554185 (or 0x554185) is known color: Gigas. HEX triplet: 55, 41 and 85. RGB value is (85,65,133). Sum of RGB (Red+Green+Blue) = 85+65+133=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #554185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554185 is #AABE7A. Grayscale: #4E4E4E. Windows color (decimal): -11189883 or 8733013. OLE color: 8733013.

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

Color convert

RGB 85 65 133 -
CMYK 0.36 0.51 0 0.48
HSL 257.65º 0.34% 0.39% -
HSV(B) 257.65º 0.51% 0.52% -
XYZ 9.87 7.41 23.1 -
YUV 78.73 158.63 132.47 -
System Red Green Blue C M Y K H S L
Decimal 85 65 133 0.36 0.51 0 0.48 257.65 0.34 0.39
Hex 55 41 85 24 33 0 30 102 22 27
Octal 125 101 205 44 63 0 60 402 42 47
Binary 1010101 1000001 10000101 100100 110011 0 110000 100000010 100010 100111

Color Harmonies of #554185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554185

Black with #554185

Text Example


Text Example

White with #554185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554185; }

 p { color: rgb(85,65,133); }

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

background-color css

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

 a { background-color: rgb(85,65,133); }

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

border-color css

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

 span { border-color: rgb(85,65,133); }

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