#515390

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

Shades of Governor Bay #515390

Tints of Governor Bay #515390

Color information

#515390 (or 0x515390) is unknown color: approx Governor Bay. HEX triplet: 51, 53 and 90. RGB value is (81,83,144). Sum of RGB (Red+Green+Blue) = 81+83+144=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #515390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515390 is #AEAC6F. Grayscale: #595959. Windows color (decimal): -11447408 or 9458513. OLE color: 9458513.

HSL color Cylindrical-coordinate representation of color #515390: hue angle of 238.1º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #515390 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8183144-
CMYK0.440.4200.44
HSL238.1º28%44.12%-
HSV(B)238.1º43.75%56.47%-
XYZ11.529.9527.7-
YUV89.36158.84122.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 144 (56.64% from 255) = 46.75%
R=26.30%
G=26.95%
B=46.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81831440.440.4200.44238.12844.12
Hex5153902C2A02Cee1c2c
Octal12112322054520543563454
Binary101000110100111001000010110010101001011001110111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515390; }

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

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

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

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

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

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

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

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