#505694

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

Shades of Governor Bay #505694

Tints of Governor Bay #505694

Color information

#505694 (or 0x505694) is unknown color: approx Governor Bay. HEX triplet: 50, 56 and 94. RGB value is (80,86,148). Sum of RGB (Red+Green+Blue) = 80+86+148=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #505694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505694 is #AFA96B. Grayscale: #5B5B5B. Windows color (decimal): -11512172 or 9721424. OLE color: 9721424.

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

Color convert

RGB8086148-
CMYK0.460.4200.42
HSL234.71º29.82%44.71%-
HSV(B)234.71º45.95%58.04%-
XYZ11.9810.529.41-
YUV91.27160.01119.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.48%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 148 (58.20% from 255) = 47.13%
R=25.48%
G=27.39%
B=47.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80861480.460.4200.42234.7129.8244.71
Hex5056942E2A02Aeb1e2d
Octal12012622456520523533655
Binary101000010101101001010010111010101001010101110101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505694; }

 p { color: rgb(80,86,148); }

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

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

 a { background-color: rgb(80,86,148); }

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

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

 span { border-color: rgb(80,86,148); }

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