#5C6096

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

Shades of Governor Bay #5C6096

Tints of Governor Bay #5C6096

Color information

#5C6096 (or 0x5C6096) is unknown color: approx Governor Bay. HEX triplet: 5C, 60 and 96. RGB value is (92,96,150). Sum of RGB (Red+Green+Blue) = 92+96+150=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #5C6096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6096 is #A39F69. Grayscale: #646464. Windows color (decimal): -10723178 or 9855068. OLE color: 9855068.

HSL color Cylindrical-coordinate representation of color #5C6096: hue angle of 235.86º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C6096 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9296150-
CMYK0.390.3600.41
HSL235.86º23.97%47.45%-
HSV(B)235.86º38.67%58.82%-
XYZ14.112.8430.59-
YUV100.96155.67121.61-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.22%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=27.22%
G=28.40%
B=44.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal92961500.390.3600.41235.8623.9747.45
Hex5C60962724029ec182f
Octal13414022647440513543057
Binary101110011000001001011010011110010001010011110110011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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