Html Css Color HEX #554686 Gigas

📋 copy color: '#554686'

red 85 ◦ green 70 ◦ blue 134

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

Shades of Gigas #554686

Tints of Gigas #554686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 46.37%

R = 29.41%
G = 24.22%
B = 46.37%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#554686 (or 0x554686) is known color: Gigas. HEX triplet: 55, 46 and 86. RGB value is (85,70,134). Sum of RGB (Red+Green+Blue) = 85+70+134=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #554686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554686 is #AAB979. Grayscale: #515151. Windows color (decimal): -11188602 or 8799829. OLE color: 8799829.

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

Color convert

RGB 85 70 134 -
CMYK 0.37 0.48 0 0.47
HSL 254.06º 0.31% 0.4% -
HSV(B) 254.06º 0.48% 0.53% -
XYZ 10.24 8.03 23.57 -
YUV 81.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 85 70 134 0.37 0.48 0 0.47 254.06 0.31 0.4
Hex 55 46 86 25 30 0 2F FE 1F 28
Octal 125 106 206 45 60 0 57 376 37 50
Binary 1010101 1000110 10000110 100101 110000 0 101111 11111110 11111 101000

Color Harmonies of #554686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554686

Black with #554686

Text Example


Text Example

White with #554686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554686; }

 p { color: rgb(85,70,134); }

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

background-color css

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

 a { background-color: rgb(85,70,134); }

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

border-color css

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

 span { border-color: rgb(85,70,134); }

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