#515098

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

Shades of Governor Bay #515098

Tints of Governor Bay #515098

Color information

#515098 (or 0x515098) is unknown color: approx Governor Bay. HEX triplet: 51, 50 and 98. RGB value is (81,80,152). Sum of RGB (Red+Green+Blue) = 81+80+152=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #515098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515098 is #AEAF67. Grayscale: #585858. Windows color (decimal): -11448168 or 9982033. OLE color: 9982033.

HSL color Cylindrical-coordinate representation of color #515098: hue angle of 240.83º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #515098 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8180152-
CMYK0.470.4700.40
HSL240.83º31.03%45.49%-
HSV(B)240.83º47.37%59.61%-
XYZ11.939.7530.96-
YUV88.51163.83122.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 152 (59.77% from 255) = 48.56%
R=25.88%
G=25.56%
B=48.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81801520.470.4700.40240.8331.0345.49
Hex5150982F2F028f11f2d
Octal12112023057570503613755
Binary101000110100001001100010111110111101010001111000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515098; }

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

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

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

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

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

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

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

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