#515F92

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

Shades of Governor Bay #515F92

Tints of Governor Bay #515F92

Color information

#515F92 (or 0x515F92) is unknown color: approx Governor Bay. HEX triplet: 51, 5F and 92. RGB value is (81,95,146). Sum of RGB (Red+Green+Blue) = 81+95+146=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #515F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515F92 is #AEA06D. Grayscale: #606060. Windows color (decimal): -11444334 or 9592657. OLE color: 9592657.

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

Color convert

RGB8195146-
CMYK0.450.3500.43
HSL227.08º28.63%44.51%-
HSV(B)227.08º44.52%57.25%-
XYZ12.6712.0128.84-
YUV96.63155.86116.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.16%
GREEN value IS 95 (37.5% from 255) = 29.50%
BLUE value IS 146 (57.42% from 255) = 45.34%
R=25.16%
G=29.50%
B=45.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81951460.450.3500.43227.0828.6344.51
Hex515F922D2302Be31d2d
Octal12113722255430533433555
Binary101000110111111001001010110110001101010111110001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,95,146); }

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

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

 a { background-color: rgb(81,95,146); }

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

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

 span { border-color: rgb(81,95,146); }

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