Html Css Color HEX #554694 Gigas

📋 copy color: '#554694'

red 85 ◦ green 70 ◦ blue 148

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

Shades of Gigas #554694

Tints of Gigas #554694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.84%

R = 28.05%
G = 23.1%
B = 48.84%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#554694 (or 0x554694) is known color: Gigas. HEX triplet: 55, 46 and 94. RGB value is (85,70,148). Sum of RGB (Red+Green+Blue) = 85+70+148=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #554694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554694 is #AAB96B. Grayscale: #535353. Windows color (decimal): -11188588 or 9717333. OLE color: 9717333.

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

Color convert

RGB 85 70 148 -
CMYK 0.43 0.53 0 0.42
HSL 251.54º 0.36% 0.43% -
HSV(B) 251.54º 0.53% 0.58% -
XYZ 11.28 8.45 29.05 -
YUV 83.38 164.47 129.16 -
System Red Green Blue C M Y K H S L
Decimal 85 70 148 0.43 0.53 0 0.42 251.54 0.36 0.43
Hex 55 46 94 2B 35 0 2A FC 24 2B
Octal 125 106 224 53 65 0 52 374 44 53
Binary 1010101 1000110 10010100 101011 110101 0 101010 11111100 100100 101011

Color Harmonies of #554694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554694

Black with #554694

Text Example


Text Example

White with #554694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554694; }

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

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

background-color css

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

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

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

border-color css

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

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

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