#515C94

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

Shades of Governor Bay #515C94

Tints of Governor Bay #515C94

Color information

#515C94 (or 0x515C94) is unknown color: approx Governor Bay. HEX triplet: 51, 5C and 94. RGB value is (81,92,148). Sum of RGB (Red+Green+Blue) = 81+92+148=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #515C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515C94 is #AEA36B. Grayscale: #5E5E5E. Windows color (decimal): -11445100 or 9722961. OLE color: 9722961.

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

Color convert

RGB8192148-
CMYK0.450.3800.42
HSL230.15º29.26%44.9%-
HSV(B)230.15º45.27%58.04%-
XYZ12.5711.5429.58-
YUV95.1157.86117.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.23%
GREEN value IS 92 (36.33% from 255) = 28.66%
BLUE value IS 148 (58.20% from 255) = 46.11%
R=25.23%
G=28.66%
B=46.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81921480.450.3800.42230.1529.2644.9
Hex515C942D2602Ae61d2d
Octal12113422455460523463555
Binary101000110111001001010010110110011001010101110011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515C94; }

 p { color: rgb(81,92,148); }

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

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

 a { background-color: rgb(81,92,148); }

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

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

 span { border-color: rgb(81,92,148); }

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