#555F8E

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

Shades of Governor Bay #555F8E

Tints of Governor Bay #555F8E

Color information

#555F8E (or 0x555F8E) is unknown color: approx Governor Bay. HEX triplet: 55, 5F and 8E. RGB value is (85,95,142). Sum of RGB (Red+Green+Blue) = 85+95+142=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #555F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555F8E is #AAA071. Grayscale: #616161. Windows color (decimal): -11182194 or 9330517. OLE color: 9330517.

HSL color Cylindrical-coordinate representation of color #555F8E: hue angle of 229.47º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #555F8E is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8595142-
CMYK0.400.3300.44
HSL229.47º25.11%44.51%-
HSV(B)229.47º40.14%55.69%-
XYZ12.7212.0727.25-
YUV97.37153.19119.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.40%
GREEN value IS 95 (37.5% from 255) = 29.50%
BLUE value IS 142 (55.86% from 255) = 44.10%
R=26.40%
G=29.50%
B=44.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85951420.400.3300.44229.4725.1144.51
Hex555F8E282102Ce5192d
Octal12513721650410543453155
Binary101010110111111000111010100010000101011001110010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,95,142); }

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

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

 a { background-color: rgb(85,95,142); }

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

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

 span { border-color: rgb(85,95,142); }

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