#5C6098

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

Shades of Governor Bay #5C6098

Tints of Governor Bay #5C6098

Color information

#5C6098 (or 0x5C6098) is unknown color: approx Governor Bay. HEX triplet: 5C, 60 and 98. RGB value is (92,96,152). Sum of RGB (Red+Green+Blue) = 92+96+152=340 (45% of max value = 765). Red value is 92 (36.33% from 255 or 27.06% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #5C6098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6098 is #A39F67. Grayscale: #646464. Windows color (decimal): -10723176 or 9986140. OLE color: 9986140.

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

Color convert

RGB9296152-
CMYK0.390.3700.40
HSL236º24.59%47.84%-
HSV(B)236º39.47%59.61%-
XYZ14.2612.9131.45-
YUV101.19156.67121.45-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.06%
GREEN value IS 96 (37.89% from 255) = 28.24%
BLUE value IS 152 (59.77% from 255) = 44.71%
R=27.06%
G=28.24%
B=44.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal92961520.390.3700.4023624.5947.84
Hex5C60982725028ec1930
Octal13414023047450503543160
Binary101110011000001001100010011110010101010001110110011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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