#515385

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

Shades of Governor Bay #515385

Tints of Governor Bay #515385

Color information

#515385 (or 0x515385) is unknown color: approx Governor Bay. HEX triplet: 51, 53 and 85. RGB value is (81,83,133). Sum of RGB (Red+Green+Blue) = 81+83+133=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #515385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515385 is #AEAC7A. Grayscale: #575757. Windows color (decimal): -11447419 or 8737617. OLE color: 8737617.

HSL color Cylindrical-coordinate representation of color #515385: hue angle of 237.69º 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 #515385 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8183133-
CMYK0.390.3800.48
HSL237.69º24.3%41.96%-
HSV(B)237.69º39.1%52.16%-
XYZ10.729.6323.48-
YUV88.1153.34122.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.27%
GREEN value IS 83 (32.81% from 255) = 27.95%
BLUE value IS 133 (52.34% from 255) = 44.78%
R=27.27%
G=27.95%
B=44.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81831330.390.3800.48237.6924.341.96
Hex5153852726030ee182a
Octal12112320547460603563052
Binary101000110100111000010110011110011001100001110111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515385; }

 p { color: rgb(81,83,133); }

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

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

 a { background-color: rgb(81,83,133); }

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

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

 span { border-color: rgb(81,83,133); }

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