#5C519C

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

Shades of Governor Bay #5C519C

Tints of Governor Bay #5C519C

Color information

#5C519C (or 0x5C519C) is unknown color: approx Governor Bay. HEX triplet: 5C, 51 and 9C. RGB value is (92,81,156). Sum of RGB (Red+Green+Blue) = 92+81+156=329 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.96% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C519C is #A3AE63. Grayscale: #5C5C5C. Windows color (decimal): -10727012 or 10244444. OLE color: 10244444.

HSL color Cylindrical-coordinate representation of color #5C519C: hue angle of 248.8º degrees, saturation: 0.32, 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 #5C519C is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9281156-
CMYK0.410.4800.39
HSL248.8º31.65%46.47%-
HSV(B)248.8º48.08%61.18%-
XYZ13.3610.5632.79-
YUV92.84163.64127.4-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.96%
GREEN value IS 81 (32.03% from 255) = 24.62%
BLUE value IS 156 (61.33% from 255) = 47.42%
R=27.96%
G=24.62%
B=47.42%

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
Decimal92811560.410.4800.39248.831.6546.47
Hex5C519C2930027f9202e
Octal13412123451600473714056
Binary1011100101000110011100101001110000010011111111001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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