#555E90

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

Shades of Governor Bay #555E90

Tints of Governor Bay #555E90

Color information

#555E90 (or 0x555E90) is unknown color: approx Governor Bay. HEX triplet: 55, 5E and 90. RGB value is (85,94,144). Sum of RGB (Red+Green+Blue) = 85+94+144=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #555E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555E90 is #AAA16F. Grayscale: #606060. Windows color (decimal): -11182448 or 9461333. OLE color: 9461333.

HSL color Cylindrical-coordinate representation of color #555E90: hue angle of 230.85º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #555E90 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8594144-
CMYK0.410.3500.44
HSL230.85º25.76%44.9%-
HSV(B)230.85º40.97%56.47%-
XYZ12.7811.9528.02-
YUV97.01154.52119.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 144 (56.64% from 255) = 44.58%
R=26.32%
G=29.10%
B=44.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85941440.410.3500.44230.8525.7644.9
Hex555E90292302Ce71a2d
Octal12513622051430543473255
Binary101010110111101001000010100110001101011001110011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,94,144); }

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

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

 a { background-color: rgb(85,94,144); }

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

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

 span { border-color: rgb(85,94,144); }

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