#50609A

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

Shades of Governor Bay #50609A

Tints of Governor Bay #50609A

Color information

#50609A (or 0x50609A) is unknown color: approx Governor Bay. HEX triplet: 50, 60 and 9A. RGB value is (80,96,154). Sum of RGB (Red+Green+Blue) = 80+96+154=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #50609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50609A is #AF9F65. Grayscale: #616161. Windows color (decimal): -11509606 or 10117200. OLE color: 10117200.

HSL color Cylindrical-coordinate representation of color #50609A: hue angle of 227.03º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50609A is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8096154-
CMYK0.480.3800.40
HSL227.03º31.62%45.88%-
HSV(B)227.03º48.05%60.39%-
XYZ13.3212.432.26-
YUV97.83159.7115.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.24%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 154 (60.55% from 255) = 46.67%
R=24.24%
G=29.09%
B=46.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80961540.480.3800.40227.0331.6245.88
Hex50609A3026028e3202e
Octal12014023260460503434056
Binary1010000110000010011010110000100110010100011100011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50609A; }

 p { color: rgb(80,96,154); }

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

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

 a { background-color: rgb(80,96,154); }

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

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

 span { border-color: rgb(80,96,154); }

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