#515093

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

Shades of Governor Bay #515093

Tints of Governor Bay #515093

Color information

#515093 (or 0x515093) is unknown color: approx Governor Bay. HEX triplet: 51, 50 and 93. RGB value is (81,80,147). Sum of RGB (Red+Green+Blue) = 81+80+147=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #515093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515093 is #AEAF6C. Grayscale: #575757. Windows color (decimal): -11448173 or 9654353. OLE color: 9654353.

HSL color Cylindrical-coordinate representation of color #515093: hue angle of 240.9º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #515093 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8180147-
CMYK0.450.4600.42
HSL240.9º29.52%44.51%-
HSV(B)240.9º45.58%57.65%-
XYZ11.539.5928.85-
YUV87.94161.33123.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 147 (57.81% from 255) = 47.73%
R=26.30%
G=25.97%
B=47.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81801470.450.4600.42240.929.5244.51
Hex5150932D2E02Af11e2d
Octal12112022355560523613655
Binary101000110100001001001110110110111001010101111000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515093; }

 p { color: rgb(81,80,147); }

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

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

 a { background-color: rgb(81,80,147); }

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

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

 span { border-color: rgb(81,80,147); }

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