#515784

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

Shades of Governor Bay #515784

Tints of Governor Bay #515784

Color information

#515784 (or 0x515784) is unknown color: approx Governor Bay. HEX triplet: 51, 57 and 84. RGB value is (81,87,132). Sum of RGB (Red+Green+Blue) = 81+87+132=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: blue. Hex color #515784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515784 is #AEA87B. Grayscale: #5A5A5A. Windows color (decimal): -11446396 or 8673105. OLE color: 8673105.

HSL color Cylindrical-coordinate representation of color #515784: hue angle of 232.94º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #515784 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8187132-
CMYK0.390.3400.48
HSL232.94º23.94%41.76%-
HSV(B)232.94º38.64%51.76%-
XYZ10.9710.2323.23-
YUV90.34151.51121.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 132 (51.95% from 255) = 44%
R=27%
G=29%
B=44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81871320.390.3400.48232.9423.9441.76
Hex5157842722030e9182a
Octal12112720447420603513052
Binary101000110101111000010010011110001001100001110100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515784; }

 p { color: rgb(81,87,132); }

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

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

 a { background-color: rgb(81,87,132); }

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

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

 span { border-color: rgb(81,87,132); }

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