#554AA2

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

Shades of Governor Bay #554AA2

Tints of Governor Bay #554AA2

Color information

#554AA2 (or 0x554AA2) is unknown color: approx Governor Bay. HEX triplet: 55, 4A and A2. RGB value is (85,74,162). Sum of RGB (Red+Green+Blue) = 85+74+162=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 162 (63.67% from 255 or 50.47% from 321); Max value from RGB is 162 - color contains mainly: blue. Hex color #554AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554AA2 is #AAB55D. Grayscale: #565656. Windows color (decimal): -11187550 or 10635861. OLE color: 10635861.

HSL color Cylindrical-coordinate representation of color #554AA2: hue angle of 247.5º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #554AA2 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8574162-
CMYK0.480.5400.36
HSL247.5º37.29%46.27%-
HSV(B)247.5º54.32%63.53%-
XYZ12.729.4435.33-
YUV87.32170.14126.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.48%
GREEN value IS 74 (29.30% from 255) = 23.05%
BLUE value IS 162 (63.67% from 255) = 50.47%
R=26.48%
G=23.05%
B=50.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85741620.480.5400.36247.537.2946.27
Hex554AA23036024f8252e
Octal12511224260660443704556
Binary1010101100101010100010110000110110010010011111000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,74,162); }

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

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

 a { background-color: rgb(85,74,162); }

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

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

 span { border-color: rgb(85,74,162); }

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