#515985

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

Shades of Governor Bay #515985

Tints of Governor Bay #515985

Color information

#515985 (or 0x515985) is unknown color: approx Governor Bay. HEX triplet: 51, 59 and 85. RGB value is (81,89,133). Sum of RGB (Red+Green+Blue) = 81+89+133=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #515985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515985 is #AEA67A. Grayscale: #5B5B5B. Windows color (decimal): -11445883 or 8739153. OLE color: 8739153.

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

Color convert

RGB8189133-
CMYK0.390.3300.48
HSL230.77º24.3%41.96%-
HSV(B)230.77º39.1%52.16%-
XYZ11.210.5923.64-
YUV91.62151.35120.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.73%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 133 (52.34% from 255) = 43.89%
R=26.73%
G=29.37%
B=43.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81891330.390.3300.48230.7724.341.96
Hex5159852721030e7182a
Octal12113120547410603473052
Binary101000110110011000010110011110000101100001110011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515985; }

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

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

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

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

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

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

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

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