#515CA4

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

Shades of Governor Bay #515CA4

Tints of Governor Bay #515CA4

Color information

#515CA4 (or 0x515CA4) is unknown color: approx Governor Bay. HEX triplet: 51, 5C and A4. RGB value is (81,92,164). Sum of RGB (Red+Green+Blue) = 81+92+164=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 164 (64.45% from 255 or 48.66% from 337); Max value from RGB is 164 - color contains mainly: blue. Hex color #515CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515CA4 is #AEA35B. Grayscale: #606060. Windows color (decimal): -11445084 or 10771537. OLE color: 10771537.

HSL color Cylindrical-coordinate representation of color #515CA4: hue angle of 232.05º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #515CA4 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8192164-
CMYK0.510.4400.36
HSL232.05º33.88%48.04%-
HSV(B)232.05º50.61%64.31%-
XYZ13.9212.0836.72-
YUV96.92165.86116.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.04%
GREEN value IS 92 (36.33% from 255) = 27.30%
BLUE value IS 164 (64.45% from 255) = 48.66%
R=24.04%
G=27.30%
B=48.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81921640.510.4400.36232.0533.8848.04
Hex515CA4332C024e82230
Octal12113424463540443504260
Binary1010001101110010100100110011101100010010011101000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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