#505A98

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

Shades of Governor Bay #505A98

Tints of Governor Bay #505A98

Color information

#505A98 (or 0x505A98) is unknown color: approx Governor Bay. HEX triplet: 50, 5A and 98. RGB value is (80,90,152). Sum of RGB (Red+Green+Blue) = 80+90+152=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #505A98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505A98 is #AFA567. Grayscale: #5D5D5D. Windows color (decimal): -11511144 or 9984592. OLE color: 9984592.

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

Color convert

RGB8090152-
CMYK0.470.4100.40
HSL231.67º31.03%45.49%-
HSV(B)231.67º47.37%59.61%-
XYZ12.6311.2831.22-
YUV94.08160.69117.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.84%
GREEN value IS 90 (35.55% from 255) = 27.95%
BLUE value IS 152 (59.77% from 255) = 47.20%
R=24.84%
G=27.95%
B=47.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80901520.470.4100.40231.6731.0345.49
Hex505A982F29028e81f2d
Octal12013223057510503503755
Binary101000010110101001100010111110100101010001110100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,90,152); }

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

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

 a { background-color: rgb(80,90,152); }

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

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

 span { border-color: rgb(80,90,152); }

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