#5C519B

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

Shades of Governor Bay #5C519B

Tints of Governor Bay #5C519B

Color information

#5C519B (or 0x5C519B) is unknown color: approx Governor Bay. HEX triplet: 5C, 51 and 9B. RGB value is (92,81,155). Sum of RGB (Red+Green+Blue) = 92+81+155=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C519B is #A3AE64. Grayscale: #5C5C5C. Windows color (decimal): -10727013 or 10178908. OLE color: 10178908.

HSL color Cylindrical-coordinate representation of color #5C519B: hue angle of 248.92º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C519B is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9281155-
CMYK0.410.4800.39
HSL248.92º31.36%46.27%-
HSV(B)248.92º47.74%60.78%-
XYZ13.2710.5332.34-
YUV92.72163.14127.48-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.05%
GREEN value IS 81 (32.03% from 255) = 24.70%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=28.05%
G=24.70%
B=47.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal92811550.410.4800.39248.9231.3646.27
Hex5C519B2930027f91f2e
Octal13412123351600473713756
Binary101110010100011001101110100111000001001111111100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C519B; }

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

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

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

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

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

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

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

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