#5A559D

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

Shades of Governor Bay #5A559D

Tints of Governor Bay #5A559D

Color information

#5A559D (or 0x5A559D) is unknown color: approx Governor Bay. HEX triplet: 5A, 55 and 9D. RGB value is (90,85,157). Sum of RGB (Red+Green+Blue) = 90+85+157=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A559D is #A5AA62. Grayscale: #5E5E5E. Windows color (decimal): -10857059 or 10311002. OLE color: 10311002.

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

Color convert

RGB9085157-
CMYK0.430.4600.38
HSL244.17º29.75%47.45%-
HSV(B)244.17º45.86%61.57%-
XYZ13.5511.133.33-
YUV94.7163.16124.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.11%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 157 (61.72% from 255) = 47.29%
R=27.11%
G=25.60%
B=47.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90851570.430.4600.38244.1729.7547.45
Hex5A559D2B2E026f41e2f
Octal13212523553560463643657
Binary101101010101011001110110101110111001001101111010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,85,157); }

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

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

 a { background-color: rgb(90,85,157); }

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

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

 span { border-color: rgb(90,85,157); }

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