Html Css Color HEX #554688 Gigas

📋 copy color: '#554688'

red 85 ◦ green 70 ◦ blue 136

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

Shades of Gigas #554688

Tints of Gigas #554688

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.05%

 BLUE value IS 136 (53.52% from 255) = 46.74%

R = 29.21%
G = 24.05%
B = 46.74%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#554688 (or 0x554688) is known color: Gigas. HEX triplet: 55, 46 and 88. RGB value is (85,70,136). Sum of RGB (Red+Green+Blue) = 85+70+136=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #554688 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554688 is #AAB977. Grayscale: #515151. Windows color (decimal): -11188600 or 8930901. OLE color: 8930901.

HSL color Cylindrical-coordinate representation of color #554688: hue angle of 253.64º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #554688 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 70 136 -
CMYK 0.38 0.49 0 0.47
HSL 253.64º 0.32% 0.4% -
HSV(B) 253.64º 0.49% 0.53% -
XYZ 10.38 8.09 24.31 -
YUV 82.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 85 70 136 0.38 0.49 0 0.47 253.64 0.32 0.4
Hex 55 46 88 26 31 0 2F FE 20 28
Octal 125 106 210 46 61 0 57 376 40 50
Binary 1010101 1000110 10001000 100110 110001 0 101111 11111110 100000 101000

Color Harmonies of #554688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554688

Black with #554688

Text Example


Text Example

White with #554688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554688; }

 p { color: rgb(85,70,136); }

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

background-color css

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

 a { background-color: rgb(85,70,136); }

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

border-color css

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

 span { border-color: rgb(85,70,136); }

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