#53518D

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

Shades of Governor Bay #53518D

Tints of Governor Bay #53518D

Color information

#53518D (or 0x53518D) is unknown color: approx Governor Bay. HEX triplet: 53, 51 and 8D. RGB value is (83,81,141). Sum of RGB (Red+Green+Blue) = 83+81+141=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #53518D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53518D is #ACAE72. Grayscale: #585858. Windows color (decimal): -11316851 or 9261395. OLE color: 9261395.

HSL color Cylindrical-coordinate representation of color #53518D: hue angle of 242º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53518D is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8381141-
CMYK0.410.4300.45
HSL242º27.03%43.53%-
HSV(B)242º42.55%55.29%-
XYZ11.329.6526.46-
YUV88.44157.66124.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 81 (32.03% from 255) = 26.56%
BLUE value IS 141 (55.47% from 255) = 46.23%
R=27.21%
G=26.56%
B=46.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83811410.410.4300.4524227.0343.53
Hex53518D292B02Df21b2c
Octal12312121551530553623354
Binary101001110100011000110110100110101101011011111001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53518D; }

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

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

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

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

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

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

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

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