#5C5198

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

Shades of Governor Bay #5C5198

Tints of Governor Bay #5C5198

Color information

#5C5198 (or 0x5C5198) is unknown color: approx Governor Bay. HEX triplet: 5C, 51 and 98. RGB value is (92,81,152). Sum of RGB (Red+Green+Blue) = 92+81+152=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #5C5198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5198 is #A3AE67. Grayscale: #5C5C5C. Windows color (decimal): -10727016 or 9982300. OLE color: 9982300.

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

Color convert

RGB9281152-
CMYK0.390.4700.40
HSL249.3º30.47%45.69%-
HSV(B)249.3º46.71%59.61%-
XYZ13.0210.4331.03-
YUV92.38161.64127.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.31%
GREEN value IS 81 (32.03% from 255) = 24.92%
BLUE value IS 152 (59.77% from 255) = 46.77%
R=28.31%
G=24.92%
B=46.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal92811520.390.4700.40249.330.4745.69
Hex5C5198272F028f91e2e
Octal13412123047570503713656
Binary101110010100011001100010011110111101010001111100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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