Html Css Color HEX #554383 Gigas

📋 copy color: '#554383'

red 85 ◦ green 67 ◦ blue 131

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

Shades of Gigas #554383

Tints of Gigas #554383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.29%

R = 30.04%
G = 23.67%
B = 46.29%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#554383 (or 0x554383) is known color: Gigas. HEX triplet: 55, 43 and 83. RGB value is (85,67,131). Sum of RGB (Red+Green+Blue) = 85+67+131=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #554383 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554383 is #AABC7C. Grayscale: #4F4F4F. Windows color (decimal): -11189373 or 8602453. OLE color: 8602453.

HSL color Cylindrical-coordinate representation of color #554383: hue angle of 256.88º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #554383 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 67 131 -
CMYK 0.35 0.49 0 0.49
HSL 256.88º 0.32% 0.39% -
HSV(B) 256.88º 0.49% 0.51% -
XYZ 9.85 7.58 22.42 -
YUV 79.68 156.96 131.8 -
System Red Green Blue C M Y K H S L
Decimal 85 67 131 0.35 0.49 0 0.49 256.88 0.32 0.39
Hex 55 43 83 23 31 0 31 101 20 27
Octal 125 103 203 43 61 0 61 401 40 47
Binary 1010101 1000011 10000011 100011 110001 0 110001 100000001 100000 100111

Color Harmonies of #554383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554383

Black with #554383

Text Example


Text Example

White with #554383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554383; }

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

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

background-color css

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

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

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

border-color css

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

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

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