#455593

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

Shades of Governor Bay #455593

Tints of Governor Bay #455593

Color information

#455593 (or 0x455593) is unknown color: approx Governor Bay. HEX triplet: 45, 55 and 93. RGB value is (69,85,147). Sum of RGB (Red+Green+Blue) = 69+85+147=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #455593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455593 is #BAAA6C. Grayscale: #575757. Windows color (decimal): -12233325 or 9655621. OLE color: 9655621.

HSL color Cylindrical-coordinate representation of color #455593: hue angle of 227.69º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #455593 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6985147-
CMYK0.530.4200.42
HSL227.69º36.11%42.35%-
HSV(B)227.69º53.06%57.65%-
XYZ10.979.8728.93-
YUV87.28161.7114.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.92%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 147 (57.81% from 255) = 48.84%
R=22.92%
G=28.24%
B=48.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69851470.530.4200.42227.6936.1142.35
Hex455593352A02Ae4242a
Octal10512522365520523444452
Binary1000101101010110010011110101101010010101011100100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455593; }

 p { color: rgb(69,85,147); }

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

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

 a { background-color: rgb(69,85,147); }

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

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

 span { border-color: rgb(69,85,147); }

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