#5C5598

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

Shades of Governor Bay #5C5598

Tints of Governor Bay #5C5598

Color information

#5C5598 (or 0x5C5598) is unknown color: approx Governor Bay. HEX triplet: 5C, 55 and 98. RGB value is (92,85,152). Sum of RGB (Red+Green+Blue) = 92+85+152=329 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.96% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #5C5598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5598 is #A3AA67. Grayscale: #5E5E5E. Windows color (decimal): -10725992 or 9983324. OLE color: 9983324.

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

Color convert

RGB9285152-
CMYK0.390.4400.40
HSL246.27º28.27%46.47%-
HSV(B)246.27º44.08%59.61%-
XYZ13.3311.0431.13-
YUV94.73160.32126.05-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.96%
GREEN value IS 85 (33.59% from 255) = 25.84%
BLUE value IS 152 (59.77% from 255) = 46.20%
R=27.96%
G=25.84%
B=46.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal92851520.390.4400.40246.2728.2746.47
Hex5C5598272C028f61c2e
Octal13412523047540503663456
Binary101110010101011001100010011110110001010001111011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,85,152); }

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

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

 a { background-color: rgb(92,85,152); }

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

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

 span { border-color: rgb(92,85,152); }

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