Html Css Color HEX #554785 Gigas

📋 copy color: '#554785'

red 85 ◦ green 71 ◦ blue 133

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

Shades of Gigas #554785

Tints of Gigas #554785

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.57%

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

R = 29.41%
G = 24.57%
B = 46.02%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#554785 (or 0x554785) is known color: Gigas. HEX triplet: 55, 47 and 85. RGB value is (85,71,133). Sum of RGB (Red+Green+Blue) = 85+71+133=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #554785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554785 is #AAB87A. Grayscale: #525252. Windows color (decimal): -11188347 or 8734549. OLE color: 8734549.

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

Color convert

RGB 85 71 133 -
CMYK 0.36 0.47 0 0.48
HSL 253.55º 0.3% 0.4% -
HSV(B) 253.55º 0.47% 0.52% -
XYZ 10.23 8.13 23.22 -
YUV 82.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 85 71 133 0.36 0.47 0 0.48 253.55 0.3 0.4
Hex 55 47 85 24 2F 0 30 FE 1E 28
Octal 125 107 205 44 57 0 60 376 36 50
Binary 1010101 1000111 10000101 100100 101111 0 110000 11111110 11110 101000

Color Harmonies of #554785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554785

Black with #554785

Text Example


Text Example

White with #554785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554785; }

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

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

background-color css

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

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

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

border-color css

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

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

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