#5A5298

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

Shades of Governor Bay #5A5298

Tints of Governor Bay #5A5298

Color information

#5A5298 (or 0x5A5298) is unknown color: approx Governor Bay. HEX triplet: 5A, 52 and 98. RGB value is (90,82,152). Sum of RGB (Red+Green+Blue) = 90+82+152=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #5A5298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5298 is #A5AD67. Grayscale: #5C5C5C. Windows color (decimal): -10857832 or 9982554. OLE color: 9982554.

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

Color convert

RGB9082152-
CMYK0.410.4600.40
HSL246.86º29.91%45.88%-
HSV(B)246.86º46.05%59.61%-
XYZ12.910.4831.05-
YUV92.37161.65126.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.78%
GREEN value IS 82 (32.42% from 255) = 25.31%
BLUE value IS 152 (59.77% from 255) = 46.91%
R=27.78%
G=25.31%
B=46.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal90821520.410.4600.40246.8629.9145.88
Hex5A5298292E028f71e2e
Octal13212223051560503673656
Binary101101010100101001100010100110111001010001111011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,82,152); }

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

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

 a { background-color: rgb(90,82,152); }

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

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

 span { border-color: rgb(90,82,152); }

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