#554F9A

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

Shades of Governor Bay #554F9A

Tints of Governor Bay #554F9A

Color information

#554F9A (or 0x554F9A) is unknown color: approx Governor Bay. HEX triplet: 55, 4F and 9A. RGB value is (85,79,154). Sum of RGB (Red+Green+Blue) = 85+79+154=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #554F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554F9A is #AAB065. Grayscale: #595959. Windows color (decimal): -11186278 or 10112853. OLE color: 10112853.

HSL color Cylindrical-coordinate representation of color #554F9A: hue angle of 244.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #554F9A is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8579154-
CMYK0.450.4900.40
HSL244.8º32.19%45.69%-
HSV(B)244.8º48.7%60.39%-
XYZ12.389.8631.82-
YUV89.34164.49124.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.73%
GREEN value IS 79 (31.25% from 255) = 24.84%
BLUE value IS 154 (60.55% from 255) = 48.43%
R=26.73%
G=24.84%
B=48.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85791540.450.4900.40244.832.1945.69
Hex554F9A2D31028f5202e
Octal12511723255610503654056
Binary1010101100111110011010101101110001010100011110101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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