#505B88

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

Shades of Governor Bay #505B88

Tints of Governor Bay #505B88

Color information

#505B88 (or 0x505B88) is unknown color: approx Governor Bay. HEX triplet: 50, 5B and 88. RGB value is (80,91,136). Sum of RGB (Red+Green+Blue) = 80+91+136=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #505B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505B88 is #AFA477. Grayscale: #5C5C5C. Windows color (decimal): -11510904 or 8936272. OLE color: 8936272.

HSL color Cylindrical-coordinate representation of color #505B88: hue angle of 228.21º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #505B88 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8091136-
CMYK0.410.3300.47
HSL228.21º25.93%42.35%-
HSV(B)228.21º41.18%53.33%-
XYZ11.4910.9724.8-
YUV92.84152.36118.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 136 (53.52% from 255) = 44.30%
R=26.06%
G=29.64%
B=44.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80911360.410.3300.47228.2125.9342.35
Hex505B88292102Fe41a2a
Octal12013321051410573443252
Binary101000010110111000100010100110000101011111110010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,91,136); }

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

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

 a { background-color: rgb(80,91,136); }

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

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

 span { border-color: rgb(80,91,136); }

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