#555892

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

Shades of Governor Bay #555892

Tints of Governor Bay #555892

Color information

#555892 (or 0x555892) is unknown color: approx Governor Bay. HEX triplet: 55, 58 and 92. RGB value is (85,88,146). Sum of RGB (Red+Green+Blue) = 85+88+146=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #555892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555892 is #AAA76D. Grayscale: #5D5D5D. Windows color (decimal): -11183982 or 9590869. OLE color: 9590869.

HSL color Cylindrical-coordinate representation of color #555892: hue angle of 237.05º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #555892 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8588146-
CMYK0.420.4000.43
HSL237.05º26.41%45.29%-
HSV(B)237.05º41.78%57.25%-
XYZ12.4210.9928.66-
YUV93.72157.51121.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 146 (57.42% from 255) = 45.77%
R=26.65%
G=27.59%
B=45.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85881460.420.4000.43237.0526.4145.29
Hex5558922A2802Bed1a2d
Octal12513022252500533553255
Binary101010110110001001001010101010100001010111110110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555892; }

 p { color: rgb(85,88,146); }

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

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

 a { background-color: rgb(85,88,146); }

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

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

 span { border-color: rgb(85,88,146); }

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