#5C509C

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

Shades of Governor Bay #5C509C

Tints of Governor Bay #5C509C

Color information

#5C509C (or 0x5C509C) is unknown color: approx Governor Bay. HEX triplet: 5C, 50 and 9C. RGB value is (92,80,156). Sum of RGB (Red+Green+Blue) = 92+80+156=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C509C is #A3AF63. Grayscale: #5B5B5B. Windows color (decimal): -10727268 or 10244188. OLE color: 10244188.

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

Color convert

RGB9280156-
CMYK0.410.4900.39
HSL249.47º32.2%46.27%-
HSV(B)249.47º48.72%61.18%-
XYZ13.2810.4132.76-
YUV92.25163.98127.82-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.05%
GREEN value IS 80 (31.64% from 255) = 24.39%
BLUE value IS 156 (61.33% from 255) = 47.56%
R=28.05%
G=24.39%
B=47.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal92801560.410.4900.39249.4732.246.27
Hex5C509C2931027f9202e
Octal13412023451610473714056
Binary1011100101000010011100101001110001010011111111001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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