#555684

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

Shades of Governor Bay #555684

Tints of Governor Bay #555684

Color information

#555684 (or 0x555684) is unknown color: approx Governor Bay. HEX triplet: 55, 56 and 84. RGB value is (85,86,132). Sum of RGB (Red+Green+Blue) = 85+86+132=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #555684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555684 is #AAA97B. Grayscale: #5A5A5A. Windows color (decimal): -11184508 or 8672853. OLE color: 8672853.

HSL color Cylindrical-coordinate representation of color #555684: hue angle of 238.72º 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 #555684 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8586132-
CMYK0.360.3500.48
HSL238.72º21.66%42.55%-
HSV(B)238.72º35.61%51.76%-
XYZ11.2410.2523.22-
YUV90.94151.17123.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 86 (33.98% from 255) = 28.38%
BLUE value IS 132 (51.95% from 255) = 43.56%
R=28.05%
G=28.38%
B=43.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85861320.360.3500.48238.7221.6642.55
Hex5556842423030ef162b
Octal12512620444430603572653
Binary101010110101101000010010010010001101100001110111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555684; }

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

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

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

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

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

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

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

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