Html Css Color HEX #554386 Gigas

📋 copy color: '#554386'

red 85 ◦ green 67 ◦ blue 134

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

Shades of Gigas #554386

Tints of Gigas #554386

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.43%

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

R = 29.72%
G = 23.43%
B = 46.85%

CMYK

 C value IS 0.37

 M value IS 0.5

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#554386 (or 0x554386) is known color: Gigas. HEX triplet: 55, 43 and 86. RGB value is (85,67,134). Sum of RGB (Red+Green+Blue) = 85+67+134=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #554386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554386 is #AABC79. Grayscale: #4F4F4F. Windows color (decimal): -11189370 or 8799061. OLE color: 8799061.

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

Color convert

RGB 85 67 134 -
CMYK 0.37 0.5 0 0.47
HSL 256.12º 0.33% 0.39% -
HSV(B) 256.12º 0.5% 0.53% -
XYZ 10.06 7.67 23.5 -
YUV 80.02 158.46 131.55 -
System Red Green Blue C M Y K H S L
Decimal 85 67 134 0.37 0.5 0 0.47 256.12 0.33 0.39
Hex 55 43 86 25 32 0 2F 100 21 27
Octal 125 103 206 45 62 0 57 400 41 47
Binary 1010101 1000011 10000110 100101 110010 0 101111 100000000 100001 100111

Color Harmonies of #554386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554386

Black with #554386

Text Example


Text Example

White with #554386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554386; }

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

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

background-color css

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

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

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

border-color css

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

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

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