#555BA3

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

Shades of Governor Bay #555BA3

Tints of Governor Bay #555BA3

Color information

#555BA3 (or 0x555BA3) is unknown color: approx Governor Bay. HEX triplet: 55, 5B and A3. RGB value is (85,91,163). Sum of RGB (Red+Green+Blue) = 85+91+163=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 163 (64.06% from 255 or 48.08% from 339); Max value from RGB is 163 - color contains mainly: blue. Hex color #555BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555BA3 is #AAA45C. Grayscale: #616161. Windows color (decimal): -11183197 or 10705749. OLE color: 10705749.

HSL color Cylindrical-coordinate representation of color #555BA3: hue angle of 235.38º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #555BA3 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8591163-
CMYK0.480.4400.36
HSL235.38º31.45%48.63%-
HSV(B)235.38º47.85%63.92%-
XYZ14.112.0636.23-
YUV97.41165.01119.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 91 (35.94% from 255) = 26.84%
BLUE value IS 163 (64.06% from 255) = 48.08%
R=25.07%
G=26.84%
B=48.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85911630.480.4400.36235.3831.4548.63
Hex555BA3302C024eb1f31
Octal12513324360540443533761
Binary101010110110111010001111000010110001001001110101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555BA3; }

 p { color: rgb(85,91,163); }

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

<style>
 a { background-color: #555BA3; }

 a { background-color: rgb(85,91,163); }

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

<style>
 span { border-color: #555BA3; }

 span { border-color: rgb(85,91,163); }

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