#505C95

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

Shades of Governor Bay #505C95

Tints of Governor Bay #505C95

Color information

#505C95 (or 0x505C95) is unknown color: approx Governor Bay. HEX triplet: 50, 5C and 95. RGB value is (80,92,149). Sum of RGB (Red+Green+Blue) = 80+92+149=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #505C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505C95 is #AFA36A. Grayscale: #5E5E5E. Windows color (decimal): -11510635 or 9788496. OLE color: 9788496.

HSL color Cylindrical-coordinate representation of color #505C95: hue angle of 229.57º 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 #505C95 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8092149-
CMYK0.460.3800.42
HSL229.57º30.13%44.9%-
HSV(B)229.57º46.31%58.43%-
XYZ12.5611.5330-
YUV94.91158.52117.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 92 (36.33% from 255) = 28.66%
BLUE value IS 149 (58.59% from 255) = 46.42%
R=24.92%
G=28.66%
B=46.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80921490.460.3800.42229.5730.1344.9
Hex505C952E2602Ae61e2d
Octal12013422556460523463655
Binary101000010111001001010110111010011001010101110011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505C95; }

 p { color: rgb(80,92,149); }

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

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

 a { background-color: rgb(80,92,149); }

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

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

 span { border-color: rgb(80,92,149); }

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