#505296

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

Shades of Governor Bay #505296

Tints of Governor Bay #505296

Color information

#505296 (or 0x505296) is unknown color: approx Governor Bay. HEX triplet: 50, 52 and 96. RGB value is (80,82,150). Sum of RGB (Red+Green+Blue) = 80+82+150=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #505296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505296 is #AFAD69. Grayscale: #585858. Windows color (decimal): -11513194 or 9851472. OLE color: 9851472.

HSL color Cylindrical-coordinate representation of color #505296: hue angle of 238.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #505296 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8082150-
CMYK0.470.4500.41
HSL238.29º30.43%45.1%-
HSV(B)238.29º46.67%58.82%-
XYZ11.839.9430.15-
YUV89.15162.34121.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.64%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 150 (58.98% from 255) = 48.08%
R=25.64%
G=26.28%
B=48.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80821500.470.4500.41238.2930.4345.1
Hex5052962F2D029ee1e2d
Octal12012222657550513563655
Binary101000010100101001011010111110110101010011110111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505296; }

 p { color: rgb(80,82,150); }

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

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

 a { background-color: rgb(80,82,150); }

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

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

 span { border-color: rgb(80,82,150); }

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