#505382

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

Shades of Governor Bay #505382

Tints of Governor Bay #505382

Color information

#505382 (or 0x505382) is unknown color: approx Governor Bay. HEX triplet: 50, 53 and 82. RGB value is (80,83,130). Sum of RGB (Red+Green+Blue) = 80+83+130=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #505382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505382 is #AFAC7D. Grayscale: #575757. Windows color (decimal): -11512958 or 8541008. OLE color: 8541008.

HSL color Cylindrical-coordinate representation of color #505382: hue angle of 236.4º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #505382 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8083130-
CMYK0.380.3600.49
HSL236.4º23.81%41.18%-
HSV(B)236.4º38.46%50.98%-
XYZ10.439.522.4-
YUV87.46152.01122.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 83 (32.81% from 255) = 28.33%
BLUE value IS 130 (51.17% from 255) = 44.37%
R=27.30%
G=28.33%
B=44.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80831300.380.3600.49236.423.8141.18
Hex5053822624031ec1829
Octal12012320246440613543051
Binary101000010100111000001010011010010001100011110110011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505382; }

 p { color: rgb(80,83,130); }

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

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

 a { background-color: rgb(80,83,130); }

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

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

 span { border-color: rgb(80,83,130); }

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