Html Css Color HEX #554087 Gigas

📋 copy color: '#554087'

red 85 ◦ green 64 ◦ blue 135

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

Shades of Gigas #554087

Tints of Gigas #554087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 47.54%

R = 29.93%
G = 22.54%
B = 47.54%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#554087 (or 0x554087) is known color: Gigas. HEX triplet: 55, 40 and 87. RGB value is (85,64,135). Sum of RGB (Red+Green+Blue) = 85+64+135=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #554087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554087 is #AABF78. Grayscale: #4E4E4E. Windows color (decimal): -11190137 or 8863829. OLE color: 8863829.

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

Color convert

RGB 85 64 135 -
CMYK 0.37 0.53 0 0.47
HSL 257.75º 0.36% 0.39% -
HSV(B) 257.75º 0.53% 0.53% -
XYZ 9.95 7.35 23.82 -
YUV 78.37 159.96 132.73 -
System Red Green Blue C M Y K H S L
Decimal 85 64 135 0.37 0.53 0 0.47 257.75 0.36 0.39
Hex 55 40 87 25 35 0 2F 102 24 27
Octal 125 100 207 45 65 0 57 402 44 47
Binary 1010101 1000000 10000111 100101 110101 0 101111 100000010 100100 100111

Color Harmonies of #554087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554087

Black with #554087

Text Example


Text Example

White with #554087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554087; }

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

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

background-color css

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

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

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

border-color css

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

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

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