#5C598B

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

Shades of Governor Bay #5C598B

Tints of Governor Bay #5C598B

Color information

#5C598B (or 0x5C598B) is unknown color: approx Governor Bay. HEX triplet: 5C, 59 and 8B. RGB value is (92,89,139). Sum of RGB (Red+Green+Blue) = 92+89+139=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C598B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C598B is #A3A674. Grayscale: #5F5F5F. Windows color (decimal): -10724981 or 9132380. OLE color: 9132380.

HSL color Cylindrical-coordinate representation of color #5C598B: hue angle of 243.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C598B is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9289139-
CMYK0.340.3600.45
HSL243.6º21.93%44.71%-
HSV(B)243.6º35.97%54.51%-
XYZ12.6511.2825.94-
YUV95.6152.49125.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.75%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 139 (54.69% from 255) = 43.44%
R=28.75%
G=27.81%
B=43.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal92891390.340.3600.45243.621.9344.71
Hex5C598B222402Df4162d
Octal13413121342440553642655
Binary101110010110011000101110001010010001011011111010010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,89,139); }

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

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

 a { background-color: rgb(92,89,139); }

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

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

 span { border-color: rgb(92,89,139); }

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