Html Css Color HEX #554581 Gigas

📋 copy color: '#554581'

red 85 ◦ green 69 ◦ blue 129

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

Shades of Gigas #554581

Tints of Gigas #554581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.38%

 BLUE value IS 129 (50.78% from 255) = 45.58%

R = 30.04%
G = 24.38%
B = 45.58%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#554581 (or 0x554581) is known color: Gigas. HEX triplet: 55, 45 and 81. RGB value is (85,69,129). Sum of RGB (Red+Green+Blue) = 85+69+129=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #554581 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554581 is #AABA7E. Grayscale: #505050. Windows color (decimal): -11188863 or 8471893. OLE color: 8471893.

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

Color convert

RGB 85 69 129 -
CMYK 0.34 0.47 0 0.49
HSL 256º 0.3% 0.39% -
HSV(B) 256º 0.47% 0.51% -
XYZ 9.84 7.77 21.75 -
YUV 80.62 155.3 131.12 -
System Red Green Blue C M Y K H S L
Decimal 85 69 129 0.34 0.47 0 0.49 256 0.3 0.39
Hex 55 45 81 22 2F 0 31 100 1E 27
Octal 125 105 201 42 57 0 61 400 36 47
Binary 1010101 1000101 10000001 100010 101111 0 110001 100000000 11110 100111

Color Harmonies of #554581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554581

Black with #554581

Text Example


Text Example

White with #554581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554581; }

 p { color: rgb(85,69,129); }

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

background-color css

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

 a { background-color: rgb(85,69,129); }

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

border-color css

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

 span { border-color: rgb(85,69,129); }

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