#554F94

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

Shades of Governor Bay #554F94

Tints of Governor Bay #554F94

Color information

#554F94 (or 0x554F94) is unknown color: approx Governor Bay. HEX triplet: 55, 4F and 94. RGB value is (85,79,148). Sum of RGB (Red+Green+Blue) = 85+79+148=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #554F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554F94 is #AAB06B. Grayscale: #585858. Windows color (decimal): -11186284 or 9719637. OLE color: 9719637.

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

Color convert

RGB8579148-
CMYK0.430.4700.42
HSL245.22º30.4%44.51%-
HSV(B)245.22º46.62%58.04%-
XYZ11.899.6629.26-
YUV88.66161.49125.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 79 (31.25% from 255) = 25.32%
BLUE value IS 148 (58.20% from 255) = 47.44%
R=27.24%
G=25.32%
B=47.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85791480.430.4700.42245.2230.444.51
Hex554F942B2F02Af51e2d
Octal12511722453570523653655
Binary101010110011111001010010101110111101010101111010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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