#5F649B

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

Shades of Governor Bay #5F649B

Tints of Governor Bay #5F649B

Color information

#5F649B (or 0x5F649B) is unknown color: approx Governor Bay. HEX triplet: 5F, 64 and 9B. RGB value is (95,100,155). Sum of RGB (Red+Green+Blue) = 95+100+155=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F649B is #A09B64. Grayscale: #686868. Windows color (decimal): -10525541 or 10183775. OLE color: 10183775.

HSL color Cylindrical-coordinate representation of color #5F649B: hue angle of 235º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F649B is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB95100155-
CMYK0.390.3500.39
HSL235º24%49.02%-
HSV(B)235º38.71%60.78%-
XYZ15.1913.9132.9-
YUV104.78156.34121.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.14%
GREEN value IS 100 (39.45% from 255) = 28.57%
BLUE value IS 155 (60.94% from 255) = 44.29%
R=27.14%
G=28.57%
B=44.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal951001550.390.3500.392352449.02
Hex5F649B2723027eb1831
Octal13714423347430473533061
Binary101111111001001001101110011110001101001111110101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,100,155); }

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

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

 a { background-color: rgb(95,100,155); }

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

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

 span { border-color: rgb(95,100,155); }

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