Html Css Color HEX #554086 Gigas

📋 copy color: '#554086'

red 85 ◦ green 64 ◦ blue 134

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

Shades of Gigas #554086

Tints of Gigas #554086

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.61%

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

R = 30.04%
G = 22.61%
B = 47.35%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#554086 (or 0x554086) is known color: Gigas. HEX triplet: 55, 40 and 86. RGB value is (85,64,134). Sum of RGB (Red+Green+Blue) = 85+64+134=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #554086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554086 is #AABF79. Grayscale: #4E4E4E. Windows color (decimal): -11190138 or 8798293. OLE color: 8798293.

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

Color convert

RGB 85 64 134 -
CMYK 0.37 0.52 0 0.47
HSL 258º 0.35% 0.39% -
HSV(B) 258º 0.52% 0.53% -
XYZ 9.88 7.32 23.45 -
YUV 78.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 85 64 134 0.37 0.52 0 0.47 258 0.35 0.39
Hex 55 40 86 25 34 0 2F 102 23 27
Octal 125 100 206 45 64 0 57 402 43 47
Binary 1010101 1000000 10000110 100101 110100 0 101111 100000010 100011 100111

Color Harmonies of #554086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554086

Black with #554086

Text Example


Text Example

White with #554086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554086; }

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

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

background-color css

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

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

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

border-color css

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

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

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