#555b84

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

Shades of Governor Bay #555B84

Tints of Governor Bay #555B84

Color information

#555B84 (or 0x555B84) is unknown color: approx Governor Bay. HEX triplet: 55, 5B and 84. RGB value is (85,91,132). Sum of RGB (Red+Green+Blue) = 85+91+132=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #555B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555B84 is #AAA47B. Grayscale: #5D5D5D. Windows color (decimal): -11183228 or 8674133. OLE color: 8674133.

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

Color convert

RGB8591132-
CMYK0.360.3100.48
HSL232.34º21.66%42.55%-
HSV(B)232.34º35.61%51.76%-
XYZ11.6511.0823.35-
YUV93.88149.51121.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 132 (51.95% from 255) = 42.86%
R=27.60%
G=29.55%
B=42.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85911320.360.3100.48232.3421.6642.55
Hex555B84241F030e8162b
Octal12513320444370603502653
Binary10101011011011100001001001001111101100001110100010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555b84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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