#554F96

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

Shades of Governor Bay #554F96

Tints of Governor Bay #554F96

Color information

#554F96 (or 0x554F96) is unknown color: approx Governor Bay. HEX triplet: 55, 4F and 96. RGB value is (85,79,150). Sum of RGB (Red+Green+Blue) = 85+79+150=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #554F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554F96 is #AAB069. Grayscale: #585858. Windows color (decimal): -11186282 or 9850709. OLE color: 9850709.

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

Color convert

RGB8579150-
CMYK0.430.4700.41
HSL245.07º31%44.9%-
HSV(B)245.07º47.33%58.82%-
XYZ12.059.7330.1-
YUV88.89162.49125.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.07%
GREEN value IS 79 (31.25% from 255) = 25.16%
BLUE value IS 150 (58.98% from 255) = 47.77%
R=27.07%
G=25.16%
B=47.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85791500.430.4700.41245.073144.9
Hex554F962B2F029f51f2d
Octal12511722653570513653755
Binary101010110011111001011010101110111101010011111010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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