#554E97

Color #554E97 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #554E97

Tints of Governor Bay #554E97

Color information

#554E97 (or 0x554E97) is unknown color: approx Governor Bay. HEX triplet: 55, 4E and 97. RGB value is (85,78,151). Sum of RGB (Red+Green+Blue) = 85+78+151=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 151 - color contains mainly: blue. Hex color #554E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554E97 is #AAB168. Grayscale: #585858. Windows color (decimal): -11186537 or 9915989. OLE color: 9915989.

HSL color Cylindrical-coordinate representation of color #554E97: hue angle of 245.75º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #554E97 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8578151-
CMYK0.440.4800.41
HSL245.75º31.88%44.9%-
HSV(B)245.75º48.34%59.22%-
XYZ12.069.6130.5-
YUV88.42163.32125.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.07%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 151 (59.38% from 255) = 48.09%
R=27.07%
G=24.84%
B=48.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85781510.440.4800.41245.7531.8844.9
Hex554E972C30029f6202d
Octal12511622754600513664055
Binary1010101100111010010111101100110000010100111110110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554E97; }

 p { color: rgb(85,78,151); }

 H1.HeaderClassName
 {
   color: #554E97;
 }
 .AnyTagClassName
 {
   color: #554E97;
 }
</style>
background-color css

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

 a { background-color: rgb(85,78,151); }

 div.DivClassName
 {
   background-color: #554E97;
 }
 .BgClassName
 {
   background-color: #554E97;
 }
</style>
border-color css

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

 span { border-color: rgb(85,78,151); }

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