Html Css Color HEX #554684 Gigas

📋 copy color: '#554684'

red 85 ◦ green 70 ◦ blue 132

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

Shades of Gigas #554684

Tints of Gigas #554684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 45.99%

R = 29.62%
G = 24.39%
B = 45.99%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#554684 (or 0x554684) is known color: Gigas. HEX triplet: 55, 46 and 84. RGB value is (85,70,132). Sum of RGB (Red+Green+Blue) = 85+70+132=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 132 - color contains mainly: blue. Hex color #554684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554684 is #AAB97B. Grayscale: #515151. Windows color (decimal): -11188604 or 8668757. OLE color: 8668757.

HSL color Cylindrical-coordinate representation of color #554684: hue angle of 254.52º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #554684 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 70 132 -
CMYK 0.36 0.47 0 0.48
HSL 254.52º 0.31% 0.4% -
HSV(B) 254.52º 0.47% 0.52% -
XYZ 10.1 7.98 22.84 -
YUV 81.55 156.47 130.46 -
System Red Green Blue C M Y K H S L
Decimal 85 70 132 0.36 0.47 0 0.48 254.52 0.31 0.4
Hex 55 46 84 24 2F 0 30 FF 1F 28
Octal 125 106 204 44 57 0 60 377 37 50
Binary 1010101 1000110 10000100 100100 101111 0 110000 11111111 11111 101000

Color Harmonies of #554684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554684

Black with #554684

Text Example


Text Example

White with #554684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554684; }

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

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

background-color css

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

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

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

border-color css

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

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

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