#5C5399

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

Shades of Governor Bay #5C5399

Tints of Governor Bay #5C5399

Color information

#5C5399 (or 0x5C5399) is unknown color: approx Governor Bay. HEX triplet: 5C, 53 and 99. RGB value is (92,83,153). Sum of RGB (Red+Green+Blue) = 92+83+153=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C5399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5399 is #A3AC66. Grayscale: #5D5D5D. Windows color (decimal): -10726503 or 10048348. OLE color: 10048348.

HSL color Cylindrical-coordinate representation of color #5C5399: hue angle of 247.71º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C5399 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9283153-
CMYK0.400.4600.4
HSL247.71º29.66%46.27%-
HSV(B)247.71º45.75%60%-
XYZ13.2610.7631.52-
YUV93.67161.48126.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.05%
GREEN value IS 83 (32.81% from 255) = 25.30%
BLUE value IS 153 (60.16% from 255) = 46.65%
R=28.05%
G=25.30%
B=46.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal92831530.400.4600.4247.7129.6646.27
Hex5C5399282E028f81e2e
Octal13412323150560503703656
Binary101110010100111001100110100010111001010001111100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,83,153); }

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

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

 a { background-color: rgb(92,83,153); }

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

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

 span { border-color: rgb(92,83,153); }

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