#515488

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

Shades of Governor Bay #515488

Tints of Governor Bay #515488

Color information

#515488 (or 0x515488) is unknown color: approx Governor Bay. HEX triplet: 51, 54 and 88. RGB value is (81,84,136). Sum of RGB (Red+Green+Blue) = 81+84+136=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #515488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515488 is #AEAB77. Grayscale: #585858. Windows color (decimal): -11447160 or 8934481. OLE color: 8934481.

HSL color Cylindrical-coordinate representation of color #515488: hue angle of 236.73º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #515488 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8184136-
CMYK0.400.3800.47
HSL236.73º25.35%42.55%-
HSV(B)236.73º40.44%53.33%-
XYZ11.019.8724.62-
YUV89.03154.51122.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.91%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 136 (53.52% from 255) = 45.18%
R=26.91%
G=27.91%
B=45.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81841360.400.3800.47236.7325.3542.55
Hex515488282602Fed192b
Octal12112421050460573553153
Binary101000110101001000100010100010011001011111110110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515488; }

 p { color: rgb(81,84,136); }

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

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

 a { background-color: rgb(81,84,136); }

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

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

 span { border-color: rgb(81,84,136); }

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