#5A598F

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

Shades of Governor Bay #5A598F

Tints of Governor Bay #5A598F

Color information

#5A598F (or 0x5A598F) is unknown color: approx Governor Bay. HEX triplet: 5A, 59 and 8F. RGB value is (90,89,143). Sum of RGB (Red+Green+Blue) = 90+89+143=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 143 - color contains mainly: blue. Hex color #5A598F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A598F is #A5A670. Grayscale: #5F5F5F. Windows color (decimal): -10856049 or 9394522. OLE color: 9394522.

HSL color Cylindrical-coordinate representation of color #5A598F: hue angle of 241.11º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A598F is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9089143-
CMYK0.370.3800.44
HSL241.11º23.28%45.49%-
HSV(B)241.11º37.76%56.08%-
XYZ12.7511.327.5-
YUV95.45154.83124.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.95%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 143 (56.25% from 255) = 44.41%
R=27.95%
G=27.64%
B=44.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal90891430.370.3800.44241.1123.2845.49
Hex5A598F252602Cf1172d
Octal13213121745460543612755
Binary101101010110011000111110010110011001011001111000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A598F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,89,143); }

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

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

 a { background-color: rgb(90,89,143); }

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

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

 span { border-color: rgb(90,89,143); }

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